@kumori/aurora-wui-components 0.0.264-dev4114.41 → 0.0.264-dev4114.42

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/dist/index.js CHANGED
@@ -11747,7 +11747,7 @@ var AxebowObservabilityContainer = class AxebowObservabilityContainer extends Li
11747
11747
  _renderColumns() {
11748
11748
  return html`
11749
11749
  <div class="flex gap-4">
11750
- <div class="w-140.75 flex-col gap-4">
11750
+ <div class="w-140.75 flex flex-col gap-4">
11751
11751
  ${this.isLogsOn ? this._renderLogFilters() : null} ${this.isLogsOn ? this._renderLogsIframe() : null}
11752
11752
  </div>
11753
11753
  <div class="w-148.75">${this._renderTerminalIframe()}</div>