Fix compose form border-radius

This commit is contained in:
Alex Gleason
2020-07-27 23:55:23 -05:00
parent 9b46b2e0c0
commit 30a5a0baa9

View File

@ -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;