@zscreate/form-component 1.1.105 → 1.1.106
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/form-component.css
CHANGED
|
@@ -2289,6 +2289,13 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
2289
2289
|
.rich-preview .w-e-scroll {
|
|
2290
2290
|
overflow-y: initial !important;
|
|
2291
2291
|
}
|
|
2292
|
+
.rich-preview b,
|
|
2293
|
+
.rich-preview strong {
|
|
2294
|
+
font-weight: bolder !important;
|
|
2295
|
+
}
|
|
2296
|
+
.rich-preview em {
|
|
2297
|
+
font-style: italic;
|
|
2298
|
+
}
|
|
2292
2299
|
.rich-preview ul li {
|
|
2293
2300
|
list-style-type: initial;
|
|
2294
2301
|
}
|