From ac6177053adbcf0426a08ea09913b223919ca1ca Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 10 Jan 2022 20:39:12 +0000 Subject: [PATCH] Fix layout of message bubble preview in settings (#7497) --- 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 7836219085..a01f14aad3 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 {