Skip to content

Commit 8e67fb6

Browse files
pkp/pkp-lib#9499 Test impact of the default styling for lists
1 parent cc296c8 commit 8e67fb6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/styles/_global.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
2323
h4 {
2424
@apply font-bold;
2525
}
26+
ul {
27+
display: block;
28+
list-style-type: disc;
29+
margin-block-start: 1em;
30+
margin-block-end: 1em;
31+
padding-inline-start: 40px;
32+
}
33+
li {
34+
display: list-item;
35+
text-align: -webkit-match-parent;
36+
unicode-bidi: isolate;
37+
}
2638
}
2739

2840
/* To compensate for tailwindcss default, which breaks legacy unstyled html */

0 commit comments

Comments
 (0)