Remove fixed width of left aligned tabs

This commit is contained in:
Eric Lippmann 2016-01-13 10:08:04 +01:00
parent 41190e740d
commit 3bcda92f5f
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,7 @@
border: 1px solid @gray-light;
border-top: none;
margin-left: -1px;
width: 14em;
min-width: 14em;
}
.tabs > .dropdown-nav-item > ul > li:hover > a {
@ -87,6 +87,7 @@
// Offset according to width
margin-left: -10.95em;
margin-right: 1px;
width: 14em;
}
// TODO(el): Rename display-on-hover and move it to main.less