Skip to content
Snippets Groups Projects
Commit 24f4ca23 authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Let multiple-enabled select elements be as tall as they want. MESE rights.

parent 5ad80dd6
No related merge requests found
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -183,6 +183,7 @@ header { ...@@ -183,6 +183,7 @@ header {
font-size:14px; font-size:14px;
height:32px; height:32px;
padding:5px 8px; padding:5px 8px;
&[multiple] {height:auto}
} }
.search-query { .search-query {
@media (min-width: 768px) { @media (min-width: 768px) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment