Skip to content

Commit 69684cd

Browse files
authored
Bullet point renders in front of checkbox in comments view (microsoft#203968)
Fixes microsoft#203194
1 parent 8ba046a commit 69684cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/vs/editor/browser/widget/markdownRenderer/browser/renderedMarkdown.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@
1515
vertical-align: middle;
1616
padding: 1px 3px;
1717
}
18+
19+
.rendered-markdown li:has(input[type=checkbox]) {
20+
list-style-type: none;
21+
}

0 commit comments

Comments
 (0)