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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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