mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: set max width and prevent wrapping on composer submit button on mobile
This commit is contained in:
parent
d78956c0c5
commit
a922db6158
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue