Browse Source

Merge pull request #14820 from abpframework/toaster-text

toaster text alignment
pull/14858/head
Mahmut Gundogdu 4 years ago
committed by GitHub
parent
commit
35d483ae4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss

3
npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss

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