@schneiderelli/cms-runtime 0.1.1 → 0.1.3
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.
|
@@ -166,4 +166,13 @@
|
|
|
166
166
|
border-top: 1px solid var(--csm-border-color, #e2e8f0);
|
|
167
167
|
margin: 1.5rem 0;
|
|
168
168
|
}
|
|
169
|
+
|
|
170
|
+
/* Image styling - inline, text only AFTER image */
|
|
171
|
+
.csm-markdown :global(img) {
|
|
172
|
+
max-width: 100%;
|
|
173
|
+
height: auto;
|
|
174
|
+
display: inline-block;
|
|
175
|
+
vertical-align: baseline;
|
|
176
|
+
margin: 0 0.25rem;
|
|
177
|
+
}
|
|
169
178
|
</style>
|
package/package.json
CHANGED