Fleet UI: Repush changes to fix info banner again (#14490)

This commit is contained in:
RachelElysia 2023-10-12 11:56:40 -04:00 committed by GitHub
parent e89a919d06
commit 05c5af1f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 9 deletions

View file

@ -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;
}
}

View file

@ -80,8 +80,7 @@ const DiscardDataOption = ({
<InfoBanner color="purple-bold-border">
<>
The <b>Discard data</b> setting is ignored when differential logging
is enabled. This <br />
query&apos;s results will not be saved in Fleet.
is enabled. This query&apos;s results will not be saved in Fleet.
</>
</InfoBanner>
)}