Elastic: Fix toolbar regressions in IE11 (#6765)

pull/5895/merge
Aleksander Machniak 5 years ago
parent 3194ca235b
commit 8cc0848d03

@ -81,7 +81,7 @@
padding: 0 .3rem;
&:before {
line-height: 4.2;
line-height: @layout-header-height;
}
&:hover {
@ -97,14 +97,13 @@
}
.dropbutton {
display: block;
display: inline-block;
a.dropdown {
font-size: 75%;
min-width: unset;
min-width: 0;
html.ie11 &:before {
overflow: hidden;
font-size: 80%;
}

Loading…
Cancel
Save