Chat/comment markdown and style fixes #7193

Closed
saltrafael wants to merge 6 commits from chat-markdown into master
Showing only changes of commit 57f9e85758 - Show all commits

View file

@ -268,9 +268,12 @@ $thumbnailWidthSmall: 1rem;
max-width: 35rem;
color: var(--color-text);
ul li,
ol li {
list-style-position: inside;
ul li {
list-style-type: disc;
ul li {
list-style-type: circle;
}
}
p {
infinite-persistence commented 2021-10-11 18:11:16 +02:00 (Migrated from github.com)
Review

On large layout, the bullet appears correctly, but on small, it doesn't appear.

image

On large layout, the bullet appears correctly, but on small, it doesn't appear. ![image](https://user-images.githubusercontent.com/64950861/136822121-33cf9a8a-6df7-4fbe-9926-4526df5b45d6.png)