@kumori/aurora-wui-components 0.0.204 → 0.0.205
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 +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3158,7 +3158,7 @@ var AxebowRuntimeZipDialog = class AxebowRuntimeZipDialog extends LitElement {
|
|
|
3158
3158
|
}
|
|
3159
3159
|
sl-dialog::part(panel) {
|
|
3160
3160
|
background-color: var(--axebow-base);
|
|
3161
|
-
height: min(712.22px, 90vh);
|
|
3161
|
+
max-height: min(712.22px, 90vh);
|
|
3162
3162
|
padding: 24px;
|
|
3163
3163
|
box-sizing: border-box;
|
|
3164
3164
|
display: flex;
|
|
@@ -3203,7 +3203,7 @@ var AxebowRuntimeZipDialog = class AxebowRuntimeZipDialog extends LitElement {
|
|
|
3203
3203
|
else this.onClose?.();
|
|
3204
3204
|
}}
|
|
3205
3205
|
>
|
|
3206
|
-
<div class="flex flex-col gap-6 shrink-0">
|
|
3206
|
+
<div class="flex flex-col gap-6 shrink-0 pl-11.75">
|
|
3207
3207
|
<div class="flex items-center justify-between gap-2">
|
|
3208
3208
|
<h2 class="m-0 text-xl font-semibold">${this.labels.title}</h2>
|
|
3209
3209
|
<div
|
|
@@ -3221,7 +3221,7 @@ var AxebowRuntimeZipDialog = class AxebowRuntimeZipDialog extends LitElement {
|
|
|
3221
3221
|
</p>
|
|
3222
3222
|
</div>
|
|
3223
3223
|
|
|
3224
|
-
<div class="flex flex-col gap-4">
|
|
3224
|
+
<div class="flex flex-col gap-4 pl-11.75">
|
|
3225
3225
|
${this.resourceLimits.length > 0 ? html`<axebow-resources-counter .items=${this.resourceLimits}></axebow-resources-counter>` : ""}
|
|
3226
3226
|
|
|
3227
3227
|
<axebow-banner type="warning" rounded dismissible compact>
|