Skip to content

Commit

Permalink
fix: fixing long words issue breaking the layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramir Mesquita committed Dec 19, 2024
1 parent 242753d commit a16d508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/ui/Items/SelectBase/SelectBaseText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export const SelectBaseText = (props: Props) => {
sx={{
cursor: 'pointer',
lineBreak: 'normal',
wordBreak: 'break-word',
hyphens: 'auto',
display: '-webkit-box',
overflow: 'hidden',

Expand Down

0 comments on commit a16d508

Please sign in to comment.