diff --git a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-toolbar.element.ts b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-toolbar.element.ts index 46338b1aef..ded843daa5 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-toolbar.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/core/collection/components/collection-toolbar.element.ts @@ -17,6 +17,7 @@ export class UmbCollectionToolbarElement extends UmbLitElement { :host { display: flex; gap: var(--uui-size-space-5); + justify-content: space-between; width: 100%; } `, 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 c9d61c8325..642b7afa35 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 @@ -68,7 +68,7 @@ export class UmbCollectionViewBundleElement extends UmbLitElement { ${this.#renderItemDisplay(this._currentView)} - + ${this._views.map((view) => this.#renderItem(view))}