"Filtered" badge is vertically misaligned in dashabord chart headers (#48491)
- [x] QA'd all new/changed functionality manually For the following bug: - https://github.com/fleetdm/fleet/issues/48487 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Style** * Updated dashboard chart card header tooltip styling for better alignment and cleaner vertical centering. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -11,6 +11,16 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: $pad-small;
|
||||
|
||||
.component__tooltip-wrapper {
|
||||
align-items: center;
|
||||
line-height: 1;
|
||||
|
||||
&__element {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__description-tooltip {
|
||||
|
||||
Reference in New Issue
Block a user