white-space nowrap 추가
This commit is contained in:
@@ -447,6 +447,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: $spacing-sm $spacing-md;
|
padding: $spacing-sm $spacing-md;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
white-space: nowrap;
|
||||||
border-radius: $border-radius-md;
|
border-radius: $border-radius-md;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
font-weight: $font-weight-regular;
|
font-weight: $font-weight-regular;
|
||||||
|
|||||||
@@ -865,6 +865,7 @@
|
|||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 135px;
|
width: 135px;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
@include respond-to('md') {
|
@include respond-to('md') {
|
||||||
position: static;
|
position: static;
|
||||||
|
|||||||
Reference in New Issue
Block a user