mirror of
https://github.com/fleetdm/fleet
synced 2026-04-26 16:07:21 +00:00
<!-- Add the related story/sub-task/bug number, like Resolves #123, or remove if NA --> **Related issue:** Resolves #29727 **new filters:** <img width="720" height="931" alt="image" src="https://github.com/user-attachments/assets/bba33904-24ae-4c12-b2ed-49152588e636" /> **new type filter** <img width="411" height="433" alt="image" src="https://github.com/user-attachments/assets/14b060df-f01b-48ce-8dff-ca01e5fad6d6" /> > NOTE: i will be doing a follow up PR for keyboard navigation - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/guides/committing-changes.md#changes-files) for more information. - [x] Added/updated automated tests - [x] QA'd all new/changed functionality manually --------- Co-authored-by: Magnus Jensen <magnus@fleetdm.com>
16 lines
366 B
SCSS
16 lines
366 B
SCSS
.search-field {
|
|
|
|
// this selector is used to override the default styles of the tooltip component
|
|
// and ensure the search field takes up the full width of the space its given
|
|
&__tooltip-container.component__tooltip-wrapper {
|
|
display: block;
|
|
}
|
|
|
|
&__tooltip-text {
|
|
text-align: center;
|
|
}
|
|
|
|
&__input-wrapper.form-field {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|