Skip to content
Snippets Groups Projects
Commit 52c81fc7 authored by insert's avatar insert
Browse files

Fix: Increase margin on message area.

parent ed12d5f4
No related merge requests found
...@@ -39,7 +39,7 @@ const Area = styled.div` ...@@ -39,7 +39,7 @@ const Area = styled.div`
> div { > div {
display: flex; display: flex;
min-height: 100%; min-height: 100%;
padding-bottom: 20px; padding-bottom: 24px;
flex-direction: column; flex-direction: column;
justify-content: flex-end; justify-content: flex-end;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment