Fix styling of lists inside posts

This commit is contained in:
silverpill 2022-01-21 12:39:23 +00:00
parent 5280ffd3d8
commit 0abb2b4bef

View file

@ -582,6 +582,11 @@ export default class PostComponent extends Vue {
:deep(pre) {
overflow-x: scroll;
}
:deep(ul),
:deep(ol) {
list-style-position: inside;
}
}
.post-attachment {