fix: 폼 셀렉트 높이를 input·버튼과 통일 (font 상속 리셋)
CI / build (push) Successful in 36s

- 네이티브 select 가 폰트 미상속으로 input 과 높이 달라 보이던 이질감 해소
- 전역 input/select/textarea { font: inherit } + select 기본 padding/border 정렬
- CategoryView 대분류 select 폰트 오버라이드 제거

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-06-22 23:39:37 +09:00
parent 6ab8d331e3
commit f55443b823
2 changed files with 18 additions and 1 deletions
-1
View File
@@ -267,7 +267,6 @@ button.danger {
}
.parent-sel {
max-width: 40%;
font-size: 0.85rem;
}
.new-cat .parent-sel {
flex: 0 0 auto;