Skip to content

Commit

Permalink
Modified CSS So That Text Wrapping Does Not Occur
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidResende0 committed Feb 4, 2021
1 parent d6e5041 commit 83fe5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/patternfly_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ table.non-breakable td:not(.table-view-pf-select) {
word-break: unset !important;
}

table.table td:not(.table-view-pf-select) {
table.table td:not(.table-view-pf-select):not(.generic-row-label) {
//Force word break but prevent bs-switch from wrapping
word-break: break-all;
}
Expand Down

0 comments on commit 83fe5b6

Please sign in to comment.