From 1065ec0e61de25ae3279d0d8d1eb3b76cab3adfb Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 16 Sep 2020 12:17:08 -0400 Subject: [PATCH] Remove redundant styles --- src/components/alert/alert.light-dom.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/alert/alert.light-dom.scss b/src/components/alert/alert.light-dom.scss index 24b1bf698..8f4a88c98 100644 --- a/src/components/alert/alert.light-dom.scss +++ b/src/components/alert/alert.light-dom.scss @@ -1,6 +1,4 @@ .sl-toast-stack { - display: flex; - flex-direction: column; position: fixed; top: 0; right: 0;