Fix: Ensure minimum height for Block List Custom Views (#18398) (#19253)

This commit is contained in:
Niels Lyngsø
2025-05-08 11:04:03 +02:00
committed by GitHub
parent 712cbe84c1
commit a5d32336fc

View File

@@ -349,7 +349,7 @@ export class UmbBlockListEntryElement extends UmbLitElement implements UmbProper
if (this._exposed) {
return ext.component;
} else {
return html`<div>
return html`<div style="min-height: var(--uui-size-16);">
${ext.component}
<umb-block-overlay-expose-button
.contentTypeName=${this._contentTypeName}