toaster text alignment

pull/14820/head
Fatih KILIÇ 3 years ago
parent 30451f12cc
commit 17cc955c8e

@ -2,7 +2,7 @@
<div class="abp-toast-icon">
<i class="fa icon" [ngClass]="iconClass"></i>
</div>
<div class="abp-toast-content mt-1">
<div class="abp-toast-content toast-flex">
<button class="abp-toast-close-button" (click)="close()" *ngIf="toast.options?.closable">
<i class="fa fa-times"></i>
</button>

@ -79,3 +79,10 @@ $toastClass: abp-toast;
}
}
}
.toast-flex {
display: flex;
align-self: center;
word-break: break-word;
}

Loading…
Cancel
Save