Explorar o código

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

Kristian Vos %!s(int64=3) %!d(string=hai) anos
pai
achega
390319464a
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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;
 }