tweaks to chat message CSS stylings for lists (#3449)

This commit is contained in:
tobitege 2024-08-18 21:49:12 +02:00 committed by GitHub
parent 537fb7d985
commit 733bf2b38c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,9 +45,16 @@ code {
white-space: pre-wrap; /* Handles line breaks */
}
.markdown-body ol {
list-style-type: decimal; /* Handles numbered lists */
margin-left: 20px;
padding-left: 0.5em; /* Adds some indentation */
}
.markdown-body ul {
list-style-type: disc; /* Handles bullet points */
margin-left: 20px;
padding-left: 0.5em; /* Adds some indentation */
}
.markdown-body th {