diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts index ca67b70a05..8283848981 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-view-bundle.element.ts @@ -67,7 +67,7 @@ export class UmbCollectionViewBundleElement extends UmbLitElement { #renderItem(view: ManifestCollectionView) { return html` - ${this.#renderItemDisplay(view)} + ${this.#renderItemDisplay(view)} ${view.meta.label} `; } @@ -79,6 +79,12 @@ export class UmbCollectionViewBundleElement extends UmbLitElement { static styles = [ UmbTextStyles, css` + :host { + --uui-button-content-align: left; + } + .label { + margin-left: var(--uui-size-space-1); + } .filter-dropdown { display: flex; gap: var(--uui-size-space-3);