api-render-ui 1.1.1 → 1.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.
@@ -186,10 +186,12 @@ export const GLOBAL_STYLES = `.codigma-apioperatorlist {
186
186
  align-items: center;
187
187
  align-self: stretch;
188
188
  display: inline-flex;
189
- height: 114px;
190
189
  justify-content: flex-start;
191
190
  padding-right: 5px
192
191
  }
192
+ .codigma-apiunit-request-body-info {
193
+ align-self: stretch;
194
+ }
193
195
  .codigma-apiunit-parakeyvalues {
194
196
  align-items: flex-start;
195
197
  align-self: stretch;