@happeouikit/content-renderer 3.5.1 → 3.5.2
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/index.cjs.js +6 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +78 -72
- package/dist/index.es.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -381,6 +381,12 @@
|
|
|
381
381
|
max-width: 100%;
|
|
382
382
|
margin: 5px;
|
|
383
383
|
padding: 0;
|
|
384
|
+
|
|
385
|
+
// Make images stand out from text similarly as they do in Froala edit mode
|
|
386
|
+
// For example customer had headings with white background color by the side of images,
|
|
387
|
+
// and the headings rendered full width white bars on top of the images
|
|
388
|
+
position: relative;
|
|
389
|
+
z-index: 1;
|
|
384
390
|
}
|
|
385
391
|
|
|
386
392
|
// everything-except-pages CSS
|