@kumori/aurora-wui-components 0.0.264-dev4114.5 → 0.0.264-dev4114.6
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7568,7 +7568,7 @@ var AxebowServiceDetailHeader = class AxebowServiceDetailHeader extends LitEleme
|
|
|
7568
7568
|
return html`
|
|
7569
7569
|
<div class="flex flex-col gap-1 w-41.75 shrink-0">
|
|
7570
7570
|
${this._renderTitle(this.runningVersionTitle)}
|
|
7571
|
-
<div class="w-41.75 h-19.75 box-border flex flex-col
|
|
7571
|
+
<div class="w-41.75 h-19.75 box-border flex flex-col gap-2">
|
|
7572
7572
|
<axebow-card-version-selector
|
|
7573
7573
|
.revisions=${this.revisions}
|
|
7574
7574
|
displayedRevision=${this.displayedRevision}
|