From e0d94f6338ff1e9dfab638f9fb75a0ee48a0a71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sat, 14 May 2022 13:41:05 +0200 Subject: [PATCH] Add right margin to pills (#8593) --- res/css/views/elements/_Pill.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/elements/_Pill.scss b/res/css/views/elements/_Pill.scss index 086237bf96..e9ccef666a 100644 --- a/res/css/views/elements/_Pill.scss +++ b/res/css/views/elements/_Pill.scss @@ -49,6 +49,7 @@ limitations under the License. &::before, .mx_BaseAvatar { margin-left: -0.3em; // Otherwise the gap is too large + margin-right: 0.2em; } a& {