From 170b41f43be6ef68869d068e1ebf80edb76cd098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Fri, 13 May 2022 19:51:11 +0200 Subject: [PATCH] Center initial letter in pills (#8575) --- res/css/views/elements/_Pill.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/res/css/views/elements/_Pill.scss b/res/css/views/elements/_Pill.scss index e9ea3661d5..086237bf96 100644 --- a/res/css/views/elements/_Pill.scss +++ b/res/css/views/elements/_Pill.scss @@ -49,11 +49,6 @@ limitations under the License. &::before, .mx_BaseAvatar { margin-left: -0.3em; // Otherwise the gap is too large - position: relative; - display: inline-flex; - align-items: center; - border-radius: 10rem; - margin-right: 0.24rem; } a& {