We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5b7412 + 661ceda commit 3f4a4e3Copy full SHA for 3f4a4e3
widget/index.html
@@ -96,13 +96,14 @@
96
word-break: break-word;
97
}
98
99
+ #txt p span,
100
#txt h1 span,
101
#txt h2 span,
102
#txt h3 span,
103
#txt h4 span,
104
#txt h5 span,
105
#txt h6 span {
- font-size: inherit;
106
+ font-size: inherit !important;
107
108
109
</style>
@@ -545,6 +546,7 @@
545
546
case 10:
547
case 11:
548
postitioning.innerHTML += `.layout${layout} .media-holder ${css}`
549
+ postitioning.innerHTML += `.layout${layout} .media-holder-text span { justify-content: ${justifyContent} !important; }`
550
break;
551
552
default:
0 commit comments