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`,
|
minWidth: `${width}px`,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
fontSize: `${dense ? '12px' : '14px'}`,
|
fontSize: `${dense ? '12px' : '14px'}`,
|
||||||
|
whiteSpace: 'normal',
|
||||||
...(dense && {
|
...(dense && {
|
||||||
textOverflow: 'ellipsis',
|
textOverflow: 'ellipsis',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|||||||
Reference in New Issue
Block a user