fix: Update the styles for ol & li - lists in dashboard (#3110)

This commit is contained in:
Sanju
2021-10-08 13:55:21 +05:30
committed by GitHub
parent b9e85a628b
commit ec2dc1b61b

View File

@@ -60,11 +60,9 @@ export default {
.text-content { .text-content {
overflow: auto; overflow: auto;
&::v-deep { ul,
ul, ol {
ol { padding-left: var(--space-two);
margin-left: var(--space-normal);
}
} }
table { table {
all: revert; all: revert;