Skip to content

Commit

Permalink
Merge pull request #5974 from sg00dwin/notifications-string-break
Browse files Browse the repository at this point in the history
Apply break-word mixin so that long strings don't cause horiztonal scroll within notifications bar.
  • Loading branch information
openshift-merge-robot committed Jul 13, 2020
2 parents 532419d + febd4c8 commit 820c7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/components/_notification-drawer.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.co-notification-drawer {
overflow-y: hidden !important;
z-index: 10;
@include co-break-word;
}

.pf-c-drawer.pf-m-inline .pf-c-notification-drawer__header {
Expand Down

0 comments on commit 820c7ac

Please sign in to comment.