소스 검색

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