Browse Source

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

Kristian Vos 3 năm trước cách đây
mục cha
commit
390319464a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }