Update item description to support rich text #1281

This commit is contained in:
advplyr
2025-01-25 14:10:35 -06:00
parent e21d37b20f
commit fb9ca7f5f3
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -52,4 +52,16 @@
text-indent: 0px !important;
text-align: start !important;
text-align-last: start !important;
}
}
.default-style.less-spacing p {
margin-block-start: 0;
}
.default-style.less-spacing ul {
margin-block-start: 0;
}
.default-style.less-spacing ol {
margin-block-start: 0;
}