From 114f0721e42d8d650137eeabfb3fa18722497311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Tue, 10 May 2022 20:24:29 +0200 Subject: [PATCH] Fix pills in the composer having too much left padding (#8557) --- 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 5db3030cb5..e9ea3661d5 100644 --- a/res/css/views/elements/_Pill.scss +++ b/res/css/views/elements/_Pill.scss @@ -46,6 +46,7 @@ limitations under the License. cursor: unset; } + &::before, .mx_BaseAvatar { margin-left: -0.3em; // Otherwise the gap is too large position: relative;