Fix styling of lists inside posts
This commit is contained in:
parent
5280ffd3d8
commit
0abb2b4bef
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue