mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
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
Block a user