Make queue and request form not scrollable horizontally for better mobile usage.

This commit is contained in:
Jim Driessen
2017-02-01 13:52:43 +01:00
parent 0ed4f5af63
commit 7339c897f9
2 changed files with 73 additions and 75 deletions

View File

@ -1,3 +1,7 @@
.search-input {
width: 100%;
}
.control-icons {
min-width: 90px;
}