From 661ceda50d3ca2ffbf4a5115f41913ebe877723c Mon Sep 17 00:00:00 2001 From: Faruk Alibasic Date: Mon, 1 Jun 2020 16:42:54 +0200 Subject: [PATCH] inherit font size inside wysiwyg --- widget/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: