mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fleet UI: Repush changes to fix info banner again (#14490)
This commit is contained in:
parent
e89a919d06
commit
05c5af1f2c
2 changed files with 1 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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's results will not be saved in Fleet.
|
||||
is enabled. This query's results will not be saved in Fleet.
|
||||
</>
|
||||
</InfoBanner>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue