Skip to content

Commit 524ed09

Browse files
committed
fix missing item icon on lists
1 parent 8f0100a commit 524ed09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/css/oap/doc.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@
262262
margin: 1rem 0 0;
263263
}
264264

265+
/* oap: tailwind seems to clear this */
266+
.ulist ul {
267+
list-style: inherit;
268+
}
269+
265270
.doc > table.tableblock,
266271
.doc > table.tableblock + *,
267272
.doc .tablecontainer,

0 commit comments

Comments
 (0)