No Recal - ITAC | Fix bullet list styling

This commit is contained in:
scottkiener-at-safelite 2026-01-16 14:16:52 -05:00
parent 2319848c87
commit 2d4e9ecfe1

View file

@ -541,6 +541,11 @@ export default {
.underlined-text {
text-decoration: underline;
}
:deep(.body-text > ol > ul) {
list-style-position: outside;
list-style-type: disc;
padding-left: 0;
}
:deep(ol) {
padding: 0;
padding-left: 1.125rem;