Skip to content
Snippets Groups Projects
Unverified Commit e199d76e authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

Fix width of save button in cache sidebar (#43755)

parent 4a88a0c8
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,4 @@ export const SidebarCacheFormBody = styled(Group)`
.strategy-form-box {
border-bottom: 0 !important;
}
.strategy-form-submit-button {
flex-grow: 1;
}
`;
......@@ -89,6 +89,7 @@ const SidebarCacheForm_Base = ({
shouldShowName={false}
onReset={closeSidebar}
buttonLabels={{ save: t`Save`, discard: t`Cancel` }}
isInSidebar
/>
</DelayedLoadingAndErrorWrapper>
{confirmationModal}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment