toaster text alignment
@ -47,6 +47,9 @@ $toastClass: abp-toast;
}
.#{$toastClass}-content {
position: relative;
display: flex;
align-self: center;
word-break: break-word;
.#{$toastClass}-close-button {
position: absolute;
top: 0;