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 a16d508 commit 71d873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/ui/Items/SelectBase/SelectBaseText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const SelectBaseText = (props: Props) => {
sx={{
cursor: 'pointer',
lineBreak: 'normal',
wordBreak: 'break-word',
wordBreak: 'normal',
hyphens: 'auto',
display: '-webkit-box',
overflow: 'hidden',
Expand Down

0 comments on commit 71d873b

Please sign in to comment.