Skip to content

Commit

Permalink
squash! fix: add word break styles to container for text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ankita-gupta21 authored and mukul-tyagi08 committed Jan 30, 2025
1 parent 9807fa2 commit 39a4b00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pre {
}

table td {
overflow-wrap: break-word !important; /* Ensure text will break in the middle of words if needed */
word-break: break-all !important; /* Break text at any character, including between letters */
overflow-wrap: break-word !important;
white-space: normal !important;
word-break: break-all !important;
}

0 comments on commit 39a4b00

Please sign in to comment.