@kumori/aurora-wui-components 0.0.240 → 0.0.241

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
@@ -7095,7 +7095,7 @@ var AxebowResourceLimitsPanel = class AxebowResourceLimitsPanel extends LitEleme
7095
7095
  render() {
7096
7096
  if (!this.cpu || !this.memory) return html``;
7097
7097
  return html`
7098
- <div class="flex items-start flex-wrap gap-19">
7098
+ <div class="flex items-center flex-wrap gap-19">
7099
7099
  <div class="flex items-start gap-6">${this._renderField(this.cpu)} ${this._renderField(this.memory)}</div>
7100
7100
  <div class="flex items-start gap-4 w-100.5 p-4 border border-(--axebow-gray) box-border">
7101
7101
  ${this.storageFields.map((field) => this._renderField(field))}