From 6084c2a35cdd32db1e9a4ec560e9bfaadb7a173c Mon Sep 17 00:00:00 2001 From: yuanx <50652358+imyuanx@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:23:29 +0800 Subject: [PATCH] fix(toaster): fix style when message at the left (#3138) --- src/toaster/styles/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/toaster/styles/index.less b/src/toaster/styles/index.less index 818d5ee01..06678c4f5 100644 --- a/src/toaster/styles/index.less +++ b/src/toaster/styles/index.less @@ -63,7 +63,6 @@ left: @toast-spacing; .rs-toast-fade-entered { - margin-left: auto; animation-name: notificationMoveInLeft; } }