Fix compose form border-radius
This commit is contained in:
parent
9b46b2e0c0
commit
30a5a0baa9
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex: 0 0 auto;
|
||||
border-radius: 0 0 5px 5px;
|
||||
|
||||
.compose-form__buttons {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue