瀏覽代碼

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;
 }