Skip to content

Commit

Permalink
fix(persons): add width to fix display overflow on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
FussuChalice authored Dec 25, 2024
1 parent bd460cd commit 0aa443f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/persons/person_details/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const PersonDetails = () => {
flex: 1,
display: 'flex',
gap: '16px',
width: '100%',
flexDirection: 'column',
}}
>
Expand Down

0 comments on commit 0aa443f

Please sign in to comment.