Skip to content

Commit

Permalink
Align list items on the tooltip to the start (#11041)
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul committed Jun 6, 2023
1 parent 21b9daf commit 68a1721
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions res/css/views/elements/_Tooltip.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 68a1721

Please sign in to comment.