white-space nowrap 추가

This commit is contained in:
현성필
2025-12-12 12:34:18 +09:00
parent f304d2cb22
commit ee27fcc0c0
2 changed files with 2 additions and 0 deletions
@@ -447,6 +447,7 @@
justify-content: center;
padding: $spacing-sm $spacing-md;
height: 40px;
white-space: nowrap;
border-radius: $border-radius-md;
font-size: $font-size-base;
font-weight: $font-weight-regular;
@@ -865,6 +865,7 @@
transition: all 0.3s ease;
height: 40px;
width: 135px;
white-space: nowrap;
@include respond-to('md') {
position: static;