From 717bd0423f739a1d3c5551a985e7756ebf48d75a Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Tue, 6 Jun 2023 17:07:26 -0400 Subject: [PATCH] Fleet UI: [Unreleased bug] Fix position of host issue icon (#12171) --- frontend/components/LiveQuery/TargetsInput/_styles.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/components/LiveQuery/TargetsInput/_styles.scss b/frontend/components/LiveQuery/TargetsInput/_styles.scss index bc97607ba..d3105df87 100644 --- a/frontend/components/LiveQuery/TargetsInput/_styles.scss +++ b/frontend/components/LiveQuery/TargetsInput/_styles.scss @@ -52,6 +52,11 @@ &__wrapper { margin: 0; } + .host-issue { + .icon { + vertical-align: inherit; + } + } } } &__hosts-selected-table {