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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user