Skip to content

Commit a427761

Browse files
ars18wrwpavel-alay
authored andcommitted
Resolve list item's padding considering the direction.
Do not override padding with initial-padding if it's not needed. Update some cmps. DEVSIX-2433 Autoported commit. Original commit hash: [e533531c]
1 parent 211ec4a commit a427761

File tree

49 files changed

+27
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+27
-13
lines changed
Binary file not shown.

itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/css/CssStyleSheetParserTest/cmp_default.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,17 +192,17 @@ acronym[title] {
192192
ul {
193193
list-style-type: disc;
194194
margin: 1em 0;
195-
padding-left: 40px
195+
padding-inline-start: 40px
196196
}
197197
menu {
198198
list-style-type: disc;
199199
margin: 1em 0;
200-
padding-left: 40px
200+
padding-inline-start: 40px
201201
}
202202
dir {
203203
list-style-type: disc;
204204
margin: 1em 0;
205-
padding-left: 40px
205+
padding-inline-start: 40px
206206
}
207207
ul li ul {
208208
list-style-type: circle
@@ -226,7 +226,7 @@ ol ol {
226226
ol {
227227
list-style-type: decimal;
228228
margin: 1em 0;
229-
padding-left: 40px
229+
padding-inline-start: 40px
230230
}
231231
dl {
232232
display: block;

0 commit comments

Comments
 (0)