mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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 {
|
.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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user