From bc6258b166f61cb0b3f3ef480c53fc8b4bfe4c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jesper=20M=C3=B8ller=20Jensen?= <26099018+JesmoDev@users.noreply.github.com> Date: Wed, 25 Jan 2023 01:49:05 +0100 Subject: [PATCH] fixed css name --- .../shared/collection/collection-selection-actions.element.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts b/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts index 3c6efbeb98..4a8e99b1df 100644 --- a/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts +++ b/src/Umbraco.Web.UI.Client/src/backoffice/shared/collection/collection-selection-actions.element.ts @@ -21,7 +21,7 @@ export class UmbCollectionSelectionActionsElement extends UmbLitElement { box-sizing: border-box; justify-content: space-between; } - #selection { + #selection-info { display: flex; align-items: center; box-sizing: border-box;