From 1200fedb6b70c70f25623a405496767c76868d7a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 10 Jan 2022 12:39:47 +0000 Subject: [PATCH] Fix layout of message bubble preview in settings --- res/css/views/settings/_LayoutSwitcher.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/res/css/views/settings/_LayoutSwitcher.scss b/res/css/views/settings/_LayoutSwitcher.scss index 78362190852..a01f14aad3a 100644 --- a/res/css/views/settings/_LayoutSwitcher.scss +++ b/res/css/views/settings/_LayoutSwitcher.scss @@ -45,6 +45,10 @@ limitations under the License. align-items: center; padding: 10px; pointer-events: none; + + .mx_EventTile[data-layout=bubble] .mx_EventTile_line { + padding-right: 11px; + } } .mx_StyledRadioButton {