Skip to content

Commit

Permalink
Add UA style 'text-align: match-parent' on <li>
Browse files Browse the repository at this point in the history
Fixes #6474.
  • Loading branch information
zcorpan authored Aug 25, 2021
1 parent 94803e5 commit fbe1649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -116056,7 +116056,7 @@ h6 { margin-block-start: 2.33em; margin-block-end: 2.33em; font-size: 0.67em; fo
<pre><code class="css">@namespace url(http://www.w3.org/1999/xhtml);

dir, dd, dl, dt, menu, ol, ul { display: block; }<!-- see also unicode-bidi:isolate rules -->
li { display: list-item; }<!-- see also unicode-bidi:isolate rules -->
li { display: list-item; text-align: match-parent; }<!-- see also unicode-bidi:isolate rules -->

dir, dl, menu, ol, ul { margin-block-start: 1em; margin-block-end: 1em; }

Expand Down

0 comments on commit fbe1649

Please sign in to comment.