Skip to content

Commit 020a72c

Browse files
committed
PD-5389
1 parent 1a1060c commit 020a72c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

projects/orcid-ui/src/lib/components/record-header/record-header.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@
325325
min-width: 0;
326326
flex: 1; // Grow to fill space
327327

328+
// Keep Copy/Print actions close to the ORCID iD on desktop non-compact mode.
329+
.desktop:not(.compact) & {
330+
flex: 0 0 auto;
331+
}
332+
328333
.id-content {
329334
display: flex;
330335
align-items: center;

0 commit comments

Comments
 (0)