Skip to content

Commit

Permalink
refactor: 모바일 환경에서 badge가 짤리는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dladncks1217 committed Aug 8, 2023
1 parent dd17a55 commit 19c4da4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/trips/TripsItem/TripsItem.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export const badgeBoxStyling = css({
'::-webkit-scrollbar': {
display: 'none',
},
'@media screen and (max-width: 600px)': {
width: '100%',
},
});

export const durationStyling = css({
Expand Down

0 comments on commit 19c4da4

Please sign in to comment.