Browse Source

Fix Choices dropdown for inline form

theenglishway (time) 6 years ago
parent
commit
4b4a80e19f
1 changed files with 5 additions and 0 deletions
  1. 5 0
      form/select.css

+ 5 - 0
form/select.css

@@ -18,6 +18,11 @@
 }
 
 /* Actual styling */
+.choices__list--dropdown {
+  white-space: nowrap;
+  width: auto;
+}
+
 .choices__list--multiple {
   display: flex;
   flex-wrap: wrap;