Skip to content
New issue

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

header text is partially showing #1253

Open
5 tasks done
PrathapKaraka opened this issue Sep 30, 2024 · 0 comments
Open
5 tasks done

header text is partially showing #1253

PrathapKaraka opened this issue Sep 30, 2024 · 0 comments

Comments

@PrathapKaraka
Copy link

PrathapKaraka commented Sep 30, 2024

Issue Check list

  • Agree to the Code of Conduct
  • Read the README
  • You are using React 16.8.0+
  • You installed styled-components
  • Include relevant code or preferably a code sandbox

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
},
},
Screenshot 2024-09-30 at 10 58 49 AM

there 2 larger header strings staggered version and mandatory update. but header text's are showing partially

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant