mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 15:28:14 -05:00
fixed list rendering (#3273)
This commit is contained in:
@@ -40,3 +40,12 @@ code {
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
white-space: pre-wrap; /* Handles line breaks */
|
||||
}
|
||||
|
||||
.markdown-body ul {
|
||||
list-style-type: disc; /* Handles bullet points */
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user