mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
align Log destination; shrink underline gap (#14448)
before: <img width="860" alt="Screenshot 2023-10-11 at 10 32 03 AM" src="https://github.com/fleetdm/fleet/assets/61553566/94556ce3-5f1f-437a-a370-398b39bb3ad7"> after: <img width="860" alt="Screenshot 2023-10-11 at 10 30 26 AM" src="https://github.com/fleetdm/fleet/assets/61553566/b457560c-7459-414f-bb7c-be943150c9a7"> Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
7bbff99252
commit
11e2b0b533
1 changed files with 5 additions and 0 deletions
|
|
@ -38,12 +38,17 @@
|
|||
display: flex;
|
||||
gap: $pad-large;
|
||||
font-size: $x-small;
|
||||
// TODO - remove once refactored tooltip wrapper is merged
|
||||
.component__tooltip-wrapper__element__underline::after {
|
||||
bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
&__automations,
|
||||
&__log-destination {
|
||||
display: flex;
|
||||
gap: $pad-small;
|
||||
align-items: center;
|
||||
|
||||
.component__tooltip-wrapper__element {
|
||||
font-weight: $bold;
|
||||
|
|
|
|||
Loading…
Reference in a new issue