prevent cancel button wrapping on mobile, try 2

This commit is contained in:
Jeff Atwood 2016-03-27 23:21:26 -07:00
parent 236d8193bd
commit f9f84620d1
1 changed files with 2 additions and 1 deletions

View File

@ -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;