From 05c5af1f2ccc8fa184666eb9113fa63c6c0ac7fe Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Thu, 12 Oct 2023 11:56:40 -0400 Subject: [PATCH] Fleet UI: Repush changes to fix info banner again (#14490) --- frontend/components/InfoBanner/_styles.scss | 7 ------- .../components/DiscardDataOption/DiscardDataOption.tsx | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/frontend/components/InfoBanner/_styles.scss b/frontend/components/InfoBanner/_styles.scss index 41c6bf0a71..a619436403 100644 --- a/frontend/components/InfoBanner/_styles.scss +++ b/frontend/components/InfoBanner/_styles.scss @@ -43,9 +43,6 @@ } &__info { - display: flex; - flex-direction: column; - gap: $pad-small; p { margin: $pad-small 0 0 0; } @@ -78,8 +75,4 @@ } } } - - p { - margin: 0; - } } diff --git a/frontend/pages/queries/edit/components/DiscardDataOption/DiscardDataOption.tsx b/frontend/pages/queries/edit/components/DiscardDataOption/DiscardDataOption.tsx index aef48c79b6..7930af7a8e 100644 --- a/frontend/pages/queries/edit/components/DiscardDataOption/DiscardDataOption.tsx +++ b/frontend/pages/queries/edit/components/DiscardDataOption/DiscardDataOption.tsx @@ -80,8 +80,7 @@ const DiscardDataOption = ({ <> The Discard data setting is ignored when differential logging - is enabled. This
- query's results will not be saved in Fleet. + is enabled. This query's results will not be saved in Fleet.
)}