Skip to content

Commit

Permalink
Merge pull request #2390 from rhamilto/nav-truncation-ie11
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Fix bug where secondary nav items truncate in IE11

Addresses patternfly/patternfly#807 until it can be resolved upstream

Before:
![screen shot 2017-10-27 at 9 29 33 am](https://user-images.githubusercontent.com/895728/32108442-b6cd53d4-baff-11e7-9f0f-78b3635c9786.PNG)

After:
![screen shot 2017-10-27 at 10 02 54 am](https://user-images.githubusercontent.com/895728/32108443-b6dd3b00-baff-11e7-9591-0f5333500dfd.PNG)
  • Loading branch information
openshift-merge-robot authored Oct 27, 2017
2 parents 14188ec + af841b0 commit d5e50e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/styles/_vertical-nav.less
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
}
.list-group-item-value {
line-height: inherit;
max-width: none; // IE11, fixes https://github.com/patternfly/patternfly/issues/807
text-decoration: none !important;
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d5e50e6

Please sign in to comment.