comment form buttons should stay in row in mobile

This commit is contained in:
Ben Wheeler 2019-01-30 11:52:53 -05:00
parent 1a39d82fbf
commit bf8dd81ce9

View file

@ -38,6 +38,7 @@
.compose-bottom-row {
width: 100%;
justify-content: space-between;
flex-direction: row;
.compose-post {
margin-right: .5rem;