From dfe6d7b187117a0322bc55b5704c6ba1fd18e057 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 4 Jun 2023 03:41:08 +0000 Subject: [PATCH] Align list items on the tooltip to the start --- 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 */