Skip to content

Commit 73cf01a

Browse files
authored
Merge pull request #341 from LLM-Coding/copilot/fix-bullet-points-in-asciidoc
fix: restore list bullet points in AsciiDoc-rendered content
2 parents 53a5a20 + ad2bcce commit 73cf01a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

website/src/styles/asciidoctor-scoped.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,16 @@
105105
background: #f5f5f5;
106106
}
107107

108-
& ul,
108+
& ul {
109+
margin: 1.25rem 0;
110+
padding-left: 2rem;
111+
list-style-type: disc;
112+
}
113+
109114
& ol {
110115
margin: 1.25rem 0;
111116
padding-left: 2rem;
117+
list-style-type: decimal;
112118
}
113119

114120
& li {

0 commit comments

Comments
 (0)