Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1945 (pull request DSpace#2324)
Browse files Browse the repository at this point in the history
[DSC-1945] fix margin between breadcrumb and tabs selector in item-page

Approved-by: Francesco Molinaro
  • Loading branch information
Andrea Barbasso authored and FrancescoMolinaro committed Oct 10, 2024
2 parents 4ad390d + 10d9664 commit ad3df3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/item-page/simple/item-page.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
max-width: none;
}
}

.container {
margin-top: calc(-1 * var(--ds-content-spacing));
}

0 comments on commit ad3df3f

Please sign in to comment.