mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix issue #4082: [Bug]: Reduce padding in lists inside of messages
This commit is contained in:
parent
e744eadb8b
commit
c0bca69eeb
@ -53,8 +53,8 @@ code {
|
||||
|
||||
.markdown-body ul {
|
||||
list-style-type: disc; /* Handles bullet points */
|
||||
margin-left: 20px;
|
||||
padding-left: 0.5em; /* Adds some indentation */
|
||||
margin-left: 10px;
|
||||
padding-left: 0.25em; /* Reduces indentation */
|
||||
}
|
||||
|
||||
.markdown-body th {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user