api-render-ui 1.1.6 → 1.1.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-render-ui",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "api-render-ui is a UI library that pursues simple and efficient data rendering for openapi.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -290,8 +290,8 @@
290
290
  .codigma-apiunit-responsebody {
291
291
  position: relative;
292
292
  align-self: stretch;
293
- flex: 1 1 0;
294
293
  min-height: 5rem;
294
+ flex-shrink: 0;
295
295
  /* padding: 2px */
296
296
  }
297
297
  .codigma-apiunit-apioperator:hover {
@@ -291,8 +291,8 @@ export const GLOBAL_STYLES = `.codigma-apioperatorlist {
291
291
  .codigma-apiunit-responsebody {
292
292
  position: relative;
293
293
  align-self: stretch;
294
- flex: 1 1 0;
295
294
  min-height: 5rem;
295
+ flex-shrink: 0;
296
296
  /* padding: 2px */
297
297
  }
298
298
  .codigma-apiunit-apioperator:hover {