Skip to content

Commit

Permalink
fix: rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Apr 21, 2023
1 parent d19ed9e commit c5df2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const RowColRoot = styled('div', {
userSelect: 'none',
paddingRight: '1px',
...ellipsis,
whiteSpace: 'nowrap', // to keep white-space on highlight
whiteSpace: 'nowrap',
fontSize: theme.listBox?.content?.fontSize,
fontFamily: theme.listBox?.content?.fontFamily,
},
Expand Down

0 comments on commit c5df2d4

Please sign in to comment.