fix block height

This commit is contained in:
Niels Lyngsø
2024-01-29 20:27:41 +01:00
parent b98909f114
commit bbb05103c2

View File

@@ -1,6 +1,5 @@
import { UMB_BLOCK_LIST_CONTEXT } from '../../context/block-list.context-token.js';
import { css, customElement, html, property, state } from '@umbraco-cms/backoffice/external/lit';
import { UUIRefNodeElement } from '@umbraco-cms/backoffice/external/uui';
import { UmbLitElement } from '@umbraco-cms/internal/lit-element';
/**
@@ -35,9 +34,8 @@ export class UmbRefListBlockElement extends UmbLitElement {
}
static styles = [
...UUIRefNodeElement.styles,
css`
:host {
uui-ref-node {
min-height: var(--uui-size-16);
}
`,