@redocly/theme 0.23.0 → 0.23.1

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.
@@ -366,6 +366,13 @@ exports.MarkdownWrapper = styled_components_1.default.main.attrs(({ className })
366
366
  }
367
367
  }
368
368
 
369
+ p,
370
+ li {
371
+ & > img:only-child {
372
+ display: inline-block;
373
+ }
374
+ }
375
+
369
376
  ul.md,
370
377
  ol {
371
378
  padding-left: var(--md-list-left-padding);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redocly/theme",
3
- "version": "0.23.0",
3
+ "version": "0.23.1",
4
4
  "description": "Shared UI components lib",
5
5
  "keywords": [
6
6
  "theme",
@@ -350,6 +350,13 @@ export const MarkdownWrapper = styled.main.attrs<{
350
350
  }
351
351
  }
352
352
 
353
+ p,
354
+ li {
355
+ & > img:only-child {
356
+ display: inline-block;
357
+ }
358
+ }
359
+
353
360
  ul.md,
354
361
  ol {
355
362
  padding-left: var(--md-list-left-padding);