diff --git a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/views/info/document-workspace-view-info-history.element.ts b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/views/info/document-workspace-view-info-history.element.ts index 01ca4467de..8380d79265 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/views/info/document-workspace-view-info-history.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/documents/documents/workspace/views/info/document-workspace-view-info-history.element.ts @@ -105,19 +105,19 @@ export class UmbDocumentWorkspaceViewInfoHistoryElement extends UmbLitElement { render() { return html` -
-

History

- - - -
- ${this._items ? this.#renderHistory() : html` `} -
- ${this.#renderPagination()}`; +
+

History

+ + + +
+ ${this._items ? this.#renderHistory() : html` `} + ${this.#renderPagination()} + `; } #renderHistory() { @@ -156,6 +156,7 @@ export class UmbDocumentWorkspaceViewInfoHistoryElement extends UmbLitElement { ${this._totalPages > 1 ? html` @@ -196,10 +197,11 @@ export class UmbDocumentWorkspaceViewInfoHistoryElement extends UmbLitElement { flex: 1; display: inline-block; } + .pagination { display: flex; justify-content: center; - margin-top: var(--uui-size-space-4); + margin-top: var(--uui-size-layout-1); } `, ];