Skip to content
Snippets Groups Projects
Unverified Commit 13bd472f authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Fix SiteSettings jumping (#4743)

parent 07c2bccf
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@
"click_to_upload": "Click to Upload",
"drag_and_drop": " or drag and drop",
"upload_brand_image_description": "Upload any PNG, JPG, or SVG file. Depending on the size of the file, it may require additional time to upload before it can be used",
"remove_branding_image": "Remove Custom Branding Image"
"remove_branding_image": "Remove Branding Image"
},
"administration": {
"administration": "Administration",
......
......@@ -14,7 +14,7 @@ $footer-height: 57px;
$table-hover-bg: #F8F8F8;
$admin-card-height: 550px;
$admin-card-height: 650px;
$button-min-width: 120px;
......
......@@ -46,7 +46,7 @@ export default function BrandingImage() {
</Card>
</FilesDragAndDrop>
<Button
variant="neutral"
variant="delete"
className="btn-sm my-4"
onClick={() => updateBrandingImage.mutate()}
> { t('admin.site_settings.appearance.remove_branding_image') }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment