mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2026-06-21 04:15:14 +09:00
fix(web): 드롭존 label에 display:block 추가 — 테두리 잘림 수정
label 요소는 기본 display:inline이라 content 너비만큼만 테두리가 그려짐. display:block + width:100% 로 full-width 드롭존으로 수정. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -82,6 +82,8 @@ main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropzone {
|
.dropzone {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
border: 2px dashed var(--border);
|
border: 2px dashed var(--border);
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
padding: 64px 24px;
|
padding: 64px 24px;
|
||||||
|
|||||||
Reference in New Issue
Block a user