Skip to content

Commit

Permalink
Fix bug where secondary nav items truncate in IE11
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamilto committed Oct 27, 2017
1 parent 14188ec commit af841b0
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 af841b0

Please sign in to comment.