fix width

This commit is contained in:
Jesper Møller Jensen
2023-06-09 02:47:26 +12:00
parent 075a017f04
commit 6040bf1093

View File

@@ -95,6 +95,7 @@ export class UmbInstallerLayoutElement extends LitElement {
display: block;
padding: var(--uui-size-layout-4) var(--uui-size-layout-4) var(--uui-size-layout-2) var(--uui-size-layout-4);
height: 100%;
width: 100%;
max-width: 400px;
margin: 0 auto;
}