css: Set correct line-height for tabs
Otherwise a gap is shown between the dropdown toggle and menu which causes FF to hide the dropdown too fast.
This commit is contained in:
parent
82733f321e
commit
e9b27b338f
|
@ -14,7 +14,7 @@
|
|||
|
||||
.tabs a {
|
||||
padding: 0 1em;
|
||||
line-height: 2.6em;
|
||||
line-height: 2.5em;
|
||||
|
||||
&:focus {
|
||||
outline-offset: -0.5em;
|
||||
|
|
Loading…
Reference in New Issue