Skip to content

Commit

Permalink
fix: fixing word break for large description option answers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramir Mesquita committed Dec 17, 2024
1 parent 6f7c63a commit 242753d
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 @@ -16,7 +16,7 @@ export const SelectBaseText = (props: Props) => {
testid="select-text"
sx={{
cursor: 'pointer',
lineBreak: 'anywhere',
lineBreak: 'normal',
display: '-webkit-box',
overflow: 'hidden',

Expand Down

0 comments on commit 242753d

Please sign in to comment.