Преглед изворни кода

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

Kristian Vos пре 3 година
родитељ
комит
390319464a
1 измењених фајлова са 4 додато и 0 уклоњено
  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;
 }