Forráskód Böngészése

Fix Choices dropdown for inline form

theenglishway (time) 6 éve
szülő
commit
4b4a80e19f
1 módosított fájl, 5 hozzáadás és 0 törlés
  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;