From 0ad64465c54cbd23558a6bea6c5db72f106ce6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20KILI=C3=87?= Date: Fri, 25 Nov 2022 13:50:21 +0300 Subject: [PATCH] delete toast-flex class --- .../src/lib/components/toast/toast.component.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss b/npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss index 39ea573cde..192af4afdb 100644 --- a/npm/ng-packs/packages/theme-shared/src/lib/components/toast/toast.component.scss +++ b/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; @@ -79,9 +82,3 @@ $toastClass: abp-toast; } } } - -.toast-flex { - display: flex; - align-self: center; - word-break: break-word; -}