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
1 changed files with 1 additions and 1 deletions

View File

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