FIX: set max width and prevent wrapping on composer submit button on mobile

This commit is contained in:
Neil Lalonde 2017-06-05 12:25:20 -04:00
parent d78956c0c5
commit a922db6158
1 changed files with 6 additions and 0 deletions

View File

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