From ee8ec6f5cbf89c916ddae18ac8fc76ea829ad60a Mon Sep 17 00:00:00 2001 From: leekelleher Date: Tue, 13 Feb 2024 10:08:02 +0000 Subject: [PATCH] CSS fix to display pagination --- .../views/table/document-table-collection-view.element.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts index 10934791d3..3aeee0911a 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/collection/views/table/document-table-collection-view.element.ts @@ -47,7 +47,7 @@ export class UmbDocumentTableCollectionViewElement extends UmbLitElement { private _tableItems: Array = []; @state() - private _selection: Array = []; + private _selection: Array = []; private _collectionContext?: UmbDefaultCollectionContext; @@ -134,7 +134,7 @@ export class UmbDocumentTableCollectionViewElement extends UmbLitElement { :host { display: block; box-sizing: border-box; - height: 100%; + height: auto; width: 100%; padding: var(--uui-size-space-3) 0; }