fix(pmr): 용량 컬럼 줄바꿈 방지 (white-space: nowrap)

This commit is contained in:
thug0bin 2026-03-11 22:45:04 +09:00
parent e6f4d5b1e7
commit 1deba9e631

View File

@ -895,6 +895,7 @@
font-weight: 600;
font-size: 0.9rem;
display: inline-block;
white-space: nowrap;
}
.med-form {
background: #fef3c7;