"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:
Noah Talerman
2026-07-02 11:47:38 -04:00
committed by GitHub
parent ea3fceb6c8
commit 21a9a6798a
@@ -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 {