Skip to content

Commit

Permalink
fix: 참여인원 많은 경우 멤버 칩 레이아웃 깨지는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Todari committed Sep 25, 2024
1 parent 6afae59 commit e163b1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ import {css} from '@emotion/react';
export const chipGroupStyle = css({
display: 'flex',
gap: '0.25rem',
flexWrap: 'wrap',
});

0 comments on commit e163b1b

Please sign in to comment.