Skip to content

Commit

Permalink
Merge pull request #7473 from DavidResende0/services-workloads-fix
Browse files Browse the repository at this point in the history
Modified CSS So That Text Wrapping Does Not Occur
  • Loading branch information
himdel authored Feb 5, 2021
2 parents 2457526 + 83fe5b6 commit 4949085
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 4949085

Please sign in to comment.