@kumori/aurora-wui-components 0.0.273-dev4131.24 → 0.0.273-dev4131.25
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8347,9 +8347,9 @@ var AxebowTenantResourceTable = class AxebowTenantResourceTable extends LitEleme
|
|
|
8347
8347
|
</div>
|
|
8348
8348
|
`;
|
|
8349
8349
|
return html`
|
|
8350
|
-
<div class="flex items-center justify-center gap-6">
|
|
8350
|
+
<div class="flex items-center justify-center gap-6 px-2">
|
|
8351
8351
|
<usage-chart
|
|
8352
|
-
class="
|
|
8352
|
+
class="flex-1 shrink-0"
|
|
8353
8353
|
height=${ifDefined(this.chartHeight)}
|
|
8354
8354
|
chartId=${idPrefix}
|
|
8355
8355
|
chartType="line"
|