We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Option
Item
1 parent 3a53a92 commit 45c4135Copy full SHA for 45c4135
packages/dropdowns/src/views/combobox/StyledOption.ts
@@ -80,7 +80,7 @@ export const StyledOption = styled.li.attrs({
80
position: relative;
81
transition: color 0.25s ease-in-out;
82
cursor: ${props => (props.$type === 'group' || props.$type === 'header' ? 'default' : 'pointer')};
83
- word-wrap: break-word;
+ overflow-wrap: anywhere;
84
font-weight: ${props =>
85
props.$type === 'header' || props.$type === 'previous'
86
? props.theme.fontWeights.semibold
0 commit comments