From a3f9ed5a4ab6b650130c16616bb8f20e78d8d718 Mon Sep 17 00:00:00 2001 From: Fynn Feldpausch Date: Mon, 1 Feb 2021 23:06:46 +0100 Subject: [PATCH] fix(core): `Button` fix margin for right aligned icons (#173) --- projects/core/components/button/button.style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/components/button/button.style.less b/projects/core/components/button/button.style.less index 081ae3dd433a..f31adbabce86 100644 --- a/projects/core/components/button/button.style.less +++ b/projects/core/components/button/button.style.less @@ -101,7 +101,7 @@ } .right { - margin: 0 -@icon-margin 0 @icon-margin / 2; + margin: 0 -@icon-margin / 2 0 @icon-margin; } .icon {