mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
prevent cancel button wrapping on mobile, try 2
This commit is contained in:
parent
236d8193bd
commit
f9f84620d1
1 changed files with 2 additions and 1 deletions
|
@ -181,7 +181,8 @@ input {
|
|||
bottom: 35px;
|
||||
}
|
||||
.submit-panel {
|
||||
// don't specify width; needs to auto-size for smallest phones
|
||||
// need minimum width that fits, or this'll wrap cancel under submit/create which is super bad
|
||||
width: 180px;
|
||||
position: absolute;
|
||||
display: block;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue