api-render-ui 1.1.1 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "api-render-ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
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",
@@ -185,10 +185,12 @@
185
185
  align-items: center;
186
186
  align-self: stretch;
187
187
  display: inline-flex;
188
- height: 114px;
189
188
  justify-content: flex-start;
190
189
  padding-right: 5px
191
190
  }
191
+ .codigma-apiunit-request-body-info {
192
+ align-self: stretch;
193
+ }
192
194
  .codigma-apiunit-parakeyvalues {
193
195
  align-items: flex-start;
194
196
  align-self: stretch;