We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
styled-components
i'm using 7.5.2 version
basically when header cols text is bigger it's either show in 2nd line or show full length text. i tried all possible css but not working.
headCells: { style: { fontSize: '13px', fontWeight: '600', backgroundColor: '#326893', color: 'white', paddingTop: '8px', paddingBottom: '8px', whiteSpace: 'pre-wrap', // Allow text to wrap wordWrap: 'break-word', // Break long words overflow: 'visible', // Ensure overflow is visible textOverflow: 'clip', // Clip the text instead of showing dots }, },
there 2 larger header strings staggered version and mandatory update. but header text's are showing partially
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue Check list
styled-components
Describe the bug
i'm using 7.5.2 version
basically when header cols text is bigger it's either show in 2nd line or show full length text. i tried all possible css but not working.
headCells: {
style: {
fontSize: '13px',
fontWeight: '600',
backgroundColor: '#326893',
color: 'white',
paddingTop: '8px',
paddingBottom: '8px',
whiteSpace: 'pre-wrap', // Allow text to wrap
wordWrap: 'break-word', // Break long words
overflow: 'visible', // Ensure overflow is visible
textOverflow: 'clip', // Clip the text instead of showing dots
},
},
there 2 larger header strings staggered version and mandatory update. but header text's are showing partially
The text was updated successfully, but these errors were encountered: