mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
UI - compensate for tooltipwrappers in field labels (#16199)
Fixes a small discrepancy in label styling caused by tooltip wrapper children: **Before:**  **Now:**  Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
196ff7d5d5
commit
16a413af0d
1 changed files with 6 additions and 1 deletions
|
|
@ -129,8 +129,13 @@ form,
|
|||
font-weight: $bold;
|
||||
color: $core-fleet-black;
|
||||
|
||||
// compensate for height added by tooltip wrapper underline
|
||||
.component__tooltip-wrapper__underline {
|
||||
margin-top: -2.5px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
&--error {
|
||||
font-weight: $bold;
|
||||
color: $core-vibrant-red;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue