[small unreleased bug] Fleet UI: Fix Show schema button location (#18284)

This commit is contained in:
RachelElysia 2024-04-17 13:48:48 -04:00 committed by GitHub
parent d0b02fa985
commit 1d34d027e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1 @@
* UI Fix to Show schema button location

View file

@ -7,10 +7,12 @@
color: $core-vibrant-red;
}
&--with-action {
display: flex;
justify-content: space-between;
button {
height: 36px; // aligning space between label and textarea
height: initial; // aligning space between label and textarea
animation: fade-in 250ms ease-out;
}
}
}

View file

@ -7,6 +7,7 @@
padding: $pad-xxlarge;
// need relative positioning for a close icon that is on some sidebars have
position: relative;
animation: fade-in 250ms ease-out;
.component__tooltip-wrapper__tip-text {
max-width: 280px;

View file

@ -294,7 +294,7 @@ const PolicyForm = ({
}
return (
<Button variant="small-icon" onClick={onOpenSchemaSidebar}>
<Button variant="text-icon" onClick={onOpenSchemaSidebar}>
<>
<Icon name="info" size="small" />
Show schema