Skip to content

Commit ad3df3f

Browse files
Andrea BarbassoFrancescoMolinaro
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1945 (pull request DSpace#2324)
[DSC-1945] fix margin between breadcrumb and tabs selector in item-page Approved-by: Francesco Molinaro
2 parents 4ad390d + 10d9664 commit ad3df3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/app/item-page/simple/item-page.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44
max-width: none;
55
}
66
}
7+
8+
.container {
9+
margin-top: calc(-1 * var(--ds-content-spacing));
10+
}

0 commit comments

Comments
 (0)