Fixed word wrap on 'Send' button - resolves #1116
This commit is contained in:
parent
fb3f426688
commit
dc129eeb7d
1 changed files with 2 additions and 0 deletions
|
|
@ -643,6 +643,8 @@ ol li {
|
|||
}
|
||||
|
||||
#send {
|
||||
white-space: nowrap;
|
||||
|
||||
&.show {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue