fix block height
This commit is contained in:
@@ -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);
|
||||
}
|
||||
`,
|
||||
|
||||
Reference in New Issue
Block a user