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

fix(data-table): checkbox breaking word for overflowing text #512

Merged
merged 1 commit into from
Mar 24, 2022

Conversation

Vignesh-Manogar-E3433
Copy link
Contributor

Issue:
Checkbox text when it has a longer word, does not wrap as expected.

Fix:
Adding 'overflow-wrap: break-word' property to get results as expected.

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • My commits have standard messages as mentioned in Contributing Guidelines

How Has This Been Tested?

Tested in Chrome, Firefox, Safari browsers.

@Vignesh-Manogar-E3433 Vignesh-Manogar-E3433 merged commit 276305c into next Mar 24, 2022
@Vignesh-Manogar-E3433 Vignesh-Manogar-E3433 deleted the fix/data-table-10 branch March 24, 2022 08:37
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

Successfully merging this pull request may close these issues.

2 participants