diff --git a/changes/18276-fix-schema-button-location b/changes/18276-fix-schema-button-location new file mode 100644 index 0000000000..8d76c7bc72 --- /dev/null +++ b/changes/18276-fix-schema-button-location @@ -0,0 +1 @@ +* UI Fix to Show schema button location \ No newline at end of file diff --git a/frontend/components/FleetAce/_styles.scss b/frontend/components/FleetAce/_styles.scss index 509b01e62a..c12237a3a7 100644 --- a/frontend/components/FleetAce/_styles.scss +++ b/frontend/components/FleetAce/_styles.scss @@ -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; } } } diff --git a/frontend/components/SidePanelContent/_styles.scss b/frontend/components/SidePanelContent/_styles.scss index 141d80b5d1..87e7afc9f0 100644 --- a/frontend/components/SidePanelContent/_styles.scss +++ b/frontend/components/SidePanelContent/_styles.scss @@ -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; diff --git a/frontend/pages/policies/PolicyPage/components/PolicyForm/PolicyForm.tsx b/frontend/pages/policies/PolicyPage/components/PolicyForm/PolicyForm.tsx index c37a5bedac..8727022bf5 100644 --- a/frontend/pages/policies/PolicyPage/components/PolicyForm/PolicyForm.tsx +++ b/frontend/pages/policies/PolicyPage/components/PolicyForm/PolicyForm.tsx @@ -294,7 +294,7 @@ const PolicyForm = ({ } return ( -