From 87a44ee06c26e0fe6ecbe4c54a5b1524aa9ab976 Mon Sep 17 00:00:00 2001 From: andrej romanov <50377758+auumgn@users.noreply.github.com> Date: Tue, 10 Feb 2026 13:13:57 +0200 Subject: [PATCH] PD-4769 increase gap around edit button even more --- .../lib/components/record-header/record-header.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/orcid-ui/src/lib/components/record-header/record-header.component.scss b/projects/orcid-ui/src/lib/components/record-header/record-header.component.scss index 9cf0541180..cc1a89b7eb 100644 --- a/projects/orcid-ui/src/lib/components/record-header/record-header.component.scss +++ b/projects/orcid-ui/src/lib/components/record-header/record-header.component.scss @@ -198,7 +198,7 @@ align-items: center; justify-content: flex-end; height: 36px; // Match title height - margin-left: 16px; // Add spacing between title and actions + margin-left: 32px; // Add spacing between title and actions grid-column: 3; }