Skip to content

Commit e34d7cb

Browse files
authored
Merge pull request #136 from Nexters/develop
[Refactor/#134] 안드로이드 버튼 잘림 수정
2 parents 2cf7bd0 + 432a695 commit e34d7cb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/components/ui/Button/Button.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.Button {
44
@include buttonSecondary;
5+
white-space: nowrap;
56

67
&.style-primary {
78
background-color: var(--color-text-primary);

src/components/ui/IconButton/IconButton.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
display: flex;
55
justify-content: center;
66
align-items: center;
7+
white-space: nowrap;
78

89
&.size-md {
910
gap: 0.375rem;

src/pages/SelectStylePage/SelectStylePage.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
border-radius: 0.875rem;
4545
background-color: var(--color-white);
4646
width: 5.9375rem;
47+
48+
& > span {
49+
white-space: nowrap;
50+
}
4751
}
4852
}
4953

0 commit comments

Comments
 (0)