Skip to content
Snippets Groups Projects
Commit f670d746 authored by Vincent Petry's avatar Vincent Petry
Browse files

Added min-height in case of empty multi-select

parent 55355ba2
Branches
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ div.multiselect {
display: inline-block;
max-width: 400px;
min-width: 150px;
min-height: 20px;
padding-right: .6em;
position: relative;
vertical-align: bottom;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment