Skip to content

Commit 66bc5ac

Browse files
alisaismailatiAndrea Barbasso
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1893 (pull request DSpace#2456)
[DSC-1893] Added space between item-alerts and breadcrumb Approved-by: Andrea Barbasso
2 parents e06025f + 2bac2d3 commit 66bc5ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/item-page/alerts/item-alerts.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="pb-3">
1+
<div class="py-3">
22
<div *ngIf="item && !item.isDiscoverable" class="private-warning">
33
<ds-alert [type]="AlertTypeEnum.Warning" [content]="'item.alerts.private' | translate"></ds-alert>
44
</div>

0 commit comments

Comments
 (0)