Skip to content

Commit

Permalink
Design: 라벨 아이템에 flexShrink 속성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahyun-Kang committed Feb 3, 2024
1 parent 8d4311f commit 5e55d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Label/Label.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ export const labelContent = style({

display: 'flex',
alignItems: 'center',
flexShrink: 0,
});

0 comments on commit 5e55d1f

Please sign in to comment.