Align list items on the tooltip to the start (#11041)

pull/28788/head^2
Suguru Hirahara 2023-06-06 07:29:22 +00:00 提交者 GitHub
父节点 21b9dafb45
当前提交 68a1721b8d
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 5 次插入0 次删除

查看文件

@ -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 */