Selaa lähdekoodia

fix(CreatePlaylist): select arrow was floating outside of select element

Kristian Vos 3 vuotta sitten
vanhempi
commit
390319464a
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      frontend/src/components/modals/CreatePlaylist.vue

+ 4 - 0
frontend/src/components/modals/CreatePlaylist.vue

@@ -130,6 +130,10 @@ li a {
 	}
 }
 
+.control.select {
+	width: min-content;
+}
+
 .label {
 	font-size: 1rem;
 }