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:
Johannes Meyer 2020-01-13 16:02:50 +01:00
parent 82733f321e
commit e9b27b338f

View File

@ -14,7 +14,7 @@
.tabs a { .tabs a {
padding: 0 1em; padding: 0 1em;
line-height: 2.6em; line-height: 2.5em;
&:focus { &:focus {
outline-offset: -0.5em; outline-offset: -0.5em;