Fixed word wrap on 'Send' button - resolves #1116

This commit is contained in:
Liyas Thomas
2020-08-26 07:30:40 +05:30
parent fb3f426688
commit dc129eeb7d

View File

@@ -643,6 +643,8 @@ ol li {
}
#send {
white-space: nowrap;
&.show {
display: flex;
position: fixed;