Skip to content

Commit 41075e8

Browse files
authored
Merge pull request #229 from woorifisa-projects-3rd/hotfix
fix: 인원수 원 찌그러짐 해결
2 parents 1e75de7 + d2641ed commit 41075e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/ui/src/payment.module.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
display: flex;
7676
align-items: center;
7777
padding-top: 1px;
78+
flex-wrap: nowrap; /* 추가 */
7879
}
7980

8081
.friendsModal {
@@ -108,9 +109,11 @@
108109
border-radius: 50%;
109110
background: var(--color-gray-100);
110111
box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
112+
min-width: 32px;
111113
width: 32px;
112114
height: 32px;
113115
margin-left: -7px;
116+
flex-shrink: 0; /* 추가 */
114117
}
115118

116119
.moreFriends {

0 commit comments

Comments
 (0)