Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1893 (pull request DSpace#2456)
Browse files Browse the repository at this point in the history
[DSC-1893] Added space between item-alerts and breadcrumb

Approved-by: Andrea Barbasso
  • Loading branch information
alisaismailati authored and Andrea Barbasso committed Oct 28, 2024
2 parents e06025f + 2bac2d3 commit 66bc5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/item-page/alerts/item-alerts.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="pb-3">
<div class="py-3">
<div *ngIf="item && !item.isDiscoverable" class="private-warning">
<ds-alert [type]="AlertTypeEnum.Warning" [content]="'item.alerts.private' | translate"></ds-alert>
</div>
Expand Down

0 comments on commit 66bc5ac

Please sign in to comment.