Sfoglia il codice sorgente

Fix Choices dropdown for inline form

theenglishway (time) 6 anni fa
parent
commit
4b4a80e19f
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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;