Fix style problem with span

This commit is contained in:
Kiryl
2022-06-21 16:16:42 +03:00
parent c62192d028
commit dcec9bad2e
2 changed files with 8 additions and 8 deletions

View File

@@ -117,7 +117,7 @@ class LiveCartaConfig:
("vertical-align", "super"): "sup"
}
LIVECARTA_STYLES_CANT_BE_IN_TAG = {
LIVECARTA_STYLES_CAN_BE_IN_TAG = {
"p": ["text-align", "text-indent", "border-bottom", "border-top"],
"li": ["text-align", "list-style-type"],
"ul": ["list-style-type"],