Skip to content

Commit d5e50e6

Browse files
Merge pull request #2390 from rhamilto/nav-truncation-ie11
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)
2 parents 14188ec + af841b0 commit d5e50e6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/styles/_vertical-nav.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
}
6969
.list-group-item-value {
7070
line-height: inherit;
71+
max-width: none; // IE11, fixes https://github.com/patternfly/patternfly/issues/807
7172
text-decoration: none !important;
7273
}
7374
}

dist/styles/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)