mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: add whitespace normal property (#1723)
This commit is contained in:
@@ -8,6 +8,7 @@ const StyledText = styled(Typography, { shouldForwardProp: (p) => !['width', 'de
|
||||
minWidth: `${width}px`,
|
||||
textAlign: 'center',
|
||||
fontSize: `${dense ? '12px' : '14px'}`,
|
||||
whiteSpace: 'normal',
|
||||
...(dense && {
|
||||
textOverflow: 'ellipsis',
|
||||
overflow: 'hidden',
|
||||
|
||||
Reference in New Issue
Block a user