Bugfix: Sets width of app version modal

Fixes https://github.com/umbraco/Umbraco-CMS/issues/16089
This commit is contained in:
leekelleher
2024-05-15 16:03:48 +01:00
parent 4ba7cd502f
commit af1188e3ea

View File

@@ -61,6 +61,7 @@ export class UmbBackofficeHeaderLogoElement extends UmbLitElement {
flex-direction: column;
align-items: center;
gap: var(--uui-size-space-3);
min-width: var(--uui-size-100);
}
`,
];