diff --git a/widget/index.html b/widget/index.html index d9d25e4..aa1937b 100644 --- a/widget/index.html +++ b/widget/index.html @@ -96,13 +96,14 @@ word-break: break-word; } + #txt p span, #txt h1 span, #txt h2 span, #txt h3 span, #txt h4 span, #txt h5 span, #txt h6 span { - font-size: inherit; + font-size: inherit !important; } @@ -545,6 +546,7 @@ case 10: case 11: postitioning.innerHTML += `.layout${layout} .media-holder ${css}` + postitioning.innerHTML += `.layout${layout} .media-holder-text span { justify-content: ${justifyContent} !important; }` break; default: