Align list items on the tooltip to the start (#11041)
This commit is contained in:
@@ -87,6 +87,11 @@ limitations under the License.
|
|||||||
&.mx_Tooltip_invisible {
|
&.mx_Tooltip_invisible {
|
||||||
animation: mx_fadeout 0.1s forwards;
|
animation: mx_fadeout 0.1s forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
text-align: start; /* for list items */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* These tooltips use an older style with a chevron */
|
/* These tooltips use an older style with a chevron */
|
||||||
|
|||||||
Reference in New Issue
Block a user