Fix issue #4082: [Bug]: Reduce padding in lists inside of messages

This commit is contained in:
openhands 2024-09-28 15:42:21 +00:00
parent e744eadb8b
commit c0bca69eeb

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 {