messages: fix Send button being clipped on mobile screens
This commit is contained in:
parent
263c94c2b5
commit
46b4d3c46b
2 changed files with 5 additions and 1 deletions
|
@ -24,4 +24,8 @@
|
|||
&.justify-start {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
&.wrap {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue