diff --git a/client/src/components/Design/components/ChipGroup/ChipGroup.style.ts b/client/src/components/Design/components/ChipGroup/ChipGroup.style.ts index 935c7c543..fcd3433ee 100644 --- a/client/src/components/Design/components/ChipGroup/ChipGroup.style.ts +++ b/client/src/components/Design/components/ChipGroup/ChipGroup.style.ts @@ -4,4 +4,5 @@ export const chipGroupStyle = css({ display: 'flex', gap: '0.25rem', flexWrap: 'wrap', + overflow: 'hidden', }); diff --git a/client/src/components/StepList/Step.tsx b/client/src/components/StepList/Step.tsx index 333994f47..0689d835b 100644 --- a/client/src/components/StepList/Step.tsx +++ b/client/src/components/StepList/Step.tsx @@ -9,6 +9,7 @@ import {Bill, Step as StepType} from 'types/serviceType'; import {Text} from '@components/Design'; import getEventIdByUrl from '@utils/getEventIdByUrl'; +import {css} from '@emotion/react'; interface Prop { step: StepType; @@ -25,7 +26,17 @@ const Step = ({step}: Prop) => { member.name)} /> - + + {step.members.length}명