Skip to content

Commit ec367da

Browse files
authored
Merge pull request #8467 from ProcessMaker/bugfix/FOUR-24683
FOUR-24683: [45464] Richtext field not rendering ul tag (regression)
2 parents 81dde41 + 8ce546d commit ec367da

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

resources/sass/tailwind.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,12 @@
2222
margin: 0;
2323
padding: 0;
2424
}
25-
}
25+
}
26+
27+
/* Reset the list style for the vue-form-renderer and screen-container */
28+
#screen-container ul,
29+
#vue-form-renderer ul {
30+
list-style: revert;
31+
margin: revert;
32+
padding: revert;
33+
}

0 commit comments

Comments
 (0)