FIX: set max width and prevent wrapping on composer submit button on mobile
This commit is contained in:
parent
d78956c0c5
commit
a922db6158
|
@ -207,6 +207,12 @@ input[type=radio], input[type=checkbox] {
|
|||
position: absolute;
|
||||
display: block;
|
||||
bottom: 0;
|
||||
white-space: nowrap;
|
||||
.btn {
|
||||
max-width: 120px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
.category-input {
|
||||
|
|
Loading…
Reference in New Issue