Merge pull request #16810 from mikix/mikix/LEARNER-3125

Fix breadcrumb tooltips in IE
This commit is contained in:
Michael Terry
2017-12-06 16:00:15 -05:00
committed by GitHub

View File

@@ -117,6 +117,7 @@ $seq-nav-height: 50px;
border-width: 1px;
border-bottom-style: solid;
box-sizing: border-box;
overflow: visible; // for tooltip - IE11 uses 'hidden' by default if width/height is specified
.icon {
display: block;