mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fixed list rendering (#3273)
This commit is contained in:
parent
b30a2dd87a
commit
71ad979ffd
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user