No Recal - ITAC | Fix bullet list styling
This commit is contained in:
parent
2319848c87
commit
2d4e9ecfe1
1 changed files with 5 additions and 0 deletions
|
|
@ -541,6 +541,11 @@ export default {
|
||||||
.underlined-text {
|
.underlined-text {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
:deep(.body-text > ol > ul) {
|
||||||
|
list-style-position: outside;
|
||||||
|
list-style-type: disc;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
:deep(ol) {
|
:deep(ol) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 1.125rem;
|
padding-left: 1.125rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue