Fix: Increase margin on message area.

pull/1049/head
Paul 2021-07-05 19:53:59 +01:00
parent 62330ddc61
commit a9e6f9073a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ const Area = styled.div`
> div {
display: flex;
min-height: 100%;
padding-bottom: 20px;
padding-bottom: 24px;
flex-direction: column;
justify-content: flex-end;
}