mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
tweaks to chat message CSS stylings for lists (#3449)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user