Fix: Order list number break issue (#2097)

This commit is contained in:
Sivin Varghese
2021-04-14 15:20:13 +05:30
committed by GitHub
parent 997447364c
commit ba41a10609
2 changed files with 8 additions and 1 deletions

View File

@@ -25,5 +25,12 @@ export default {
<style lang="scss" scoped>
.text-content {
overflow: auto;
&::v-deep {
ul,
ol {
margin-left: var(--space-normal);
}
}
}
</style>