Document Type Workspace, tab bar height

to ensure a minimum height,
as `--uui-size-15` doesn't exist in the UUI library.
This commit is contained in:
leekelleher
2024-05-28 16:51:49 +01:00
parent 174a160187
commit 0524513f53

View File

@@ -556,7 +556,7 @@ export class UmbContentTypeDesignEditorElement extends UmbLitElement implements
#header {
width: 100%;
min-height: var(--uui-size-15);
min-height: var(--uui-size-16);
display: flex;
align-items: center;
justify-content: space-between;