fix : 셀렉트박스 너비 설정 css 추가

main
이범준 2 years ago
parent e42cdd19ac
commit 057222206c

@ -374,3 +374,9 @@
width: 1100px;
min-width:700px;
}
.w-form-select {
width: max-content !important;
min-width: 6.25rem !important;
max-width: 16.25rem !important;
}
Loading…
Cancel
Save