Compare commits

...

1 Commits

Author SHA1 Message Date
openhands
c0bca69eeb Fix issue #4082: [Bug]: Reduce padding in lists inside of messages 2024-09-28 15:42:21 +00:00

View File

@@ -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 {