Skip to content

Commit

Permalink
Merge pull request #2563 from epwinchell/1501503
Browse files Browse the repository at this point in the history
 Prevent long text strings from overflowing modals
  • Loading branch information
chessbyte committed Oct 31, 2017
2 parents e41ecad + aa4a7a5 commit 25f0296
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/patternfly_overrides.scss
Expand Up @@ -723,6 +723,12 @@ td.action > .btn.btn-default {
}
}

/// force word-break for long text strings in modals

.modal-body p {
word-wrap: break-word;
}

/// Panel in sidebar doesn't need bottom margin
.sidebar-pf-left {
.panel-group {
Expand Down

0 comments on commit 25f0296

Please sign in to comment.