From 68a1721b8dba9ac4aedf52164aa33918e1120215 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 6 Jun 2023 07:29:22 +0000 Subject: [PATCH] Align list items on the tooltip to the start (#11041) --- res/css/views/elements/_Tooltip.pcss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/res/css/views/elements/_Tooltip.pcss b/res/css/views/elements/_Tooltip.pcss index 23c5089ab59..575fe703cec 100644 --- a/res/css/views/elements/_Tooltip.pcss +++ b/res/css/views/elements/_Tooltip.pcss @@ -87,6 +87,11 @@ limitations under the License. &.mx_Tooltip_invisible { animation: mx_fadeout 0.1s forwards; } + + ul, + ol { + text-align: start; /* for list items */ + } } /* These tooltips use an older style with a chevron */