mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
fixed whitespace for settings input labels for tooltips (#4417)
This commit is contained in:
parent
b053684712
commit
9448c922d1
1 changed files with 5 additions and 0 deletions
|
|
@ -58,4 +58,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// so tooltips won't be triggered with whitespace
|
||||
.form-field__label {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue