Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 68a1721

Browse files
authored
Align list items on the tooltip to the start (#11041)
1 parent 21b9daf commit 68a1721

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/elements/_Tooltip.pcss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ limitations under the License.
8787
&.mx_Tooltip_invisible {
8888
animation: mx_fadeout 0.1s forwards;
8989
}
90+
91+
ul,
92+
ol {
93+
text-align: start; /* for list items */
94+
}
9095
}
9196

9297
/* These tooltips use an older style with a chevron */

0 commit comments

Comments
 (0)