mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
[CST-5668] Fix issue with notification css that override min-width for all alert boxes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<div class="alert {{notification.type}} alert-dismissible m-3 shadow" role="alert"
|
<div class="notification alert {{notification.type}} alert-dismissible m-3 shadow" role="alert"
|
||||||
[@enterLeave]="animate">
|
[@enterLeave]="animate">
|
||||||
|
|
||||||
<div class="notification-progress-loader position-absolute w-100" *ngIf="showProgressBar">
|
<div class="notification-progress-loader position-absolute w-100" *ngIf="showProgressBar">
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
.alert {
|
.notification {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
min-width: var(--bs-modal-sm);
|
min-width: var(--bs-modal-sm);
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Reference in New Issue
Block a user