fix render lists in conversation

This commit is contained in:
Alexander Deshkevich
2023-10-16 18:58:55 -03:00
parent 66f2e549ce
commit f9e6751279
2 changed files with 29 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
.list p {
display: inline;
}
.list li:not(:first-child) {
margin-top: 1em;
}
.list li > .list {
margin-top: 1em;
}