Parcourir la source

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

Kristian Vos il y a 3 ans
Parent
commit
390319464a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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;
 }