Merge pull request #14820 from abpframework/toaster-text

toaster text alignment
pull/14858/head
Mahmut Gundogdu 3 years ago committed by GitHub
commit 35d483ae4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save