Skip to content

Commit 2bac2d3

Browse files
[DSC-1893] Added space between item-alerts and breadcrumb
1 parent e06025f commit 2bac2d3

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)