make body layout responsive

This commit is contained in:
Jesper Møller Jensen
2023-11-30 18:32:20 +13:00
parent 503195f5e9
commit 39b4b254dc

View File

@@ -1,4 +1,4 @@
import { UmbTextStyles } from "@umbraco-cms/backoffice/style";
import { UmbTextStyles } from '@umbraco-cms/backoffice/style';
import {
css,
html,
@@ -191,6 +191,7 @@ export class UmbBodyLayoutElement extends LitElement {
height: 100%;
align-items: center;
box-sizing: border-box;
min-width: 0;
}
#navigation-slot,