We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce3e7b commit ff7f878Copy full SHA for ff7f878
services/static-webserver/client/source/resource/marked/markdown.css
@@ -55,3 +55,12 @@
55
font-weight: 600;
56
font-size: 1em; /* normalize size inside chat */
57
}
58
+
59
+/* images */
60
+.osparc-markdown img {
61
+ max-width: 100%;
62
+ height: auto;
63
+ display: block; /* avoids weird inline metrics */
64
+ margin: .25em 0; /* matches your spacing scale */
65
+ border-radius: 4px; /* optional: match bubble style */
66
+}
0 commit comments