mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
comment form buttons should stay in row in mobile
This commit is contained in:
parent
1a39d82fbf
commit
bf8dd81ce9
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
.compose-bottom-row {
|
.compose-bottom-row {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
flex-direction: row;
|
||||||
|
|
||||||
.compose-post {
|
.compose-post {
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
|
|
Loading…
Reference in a new issue