Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nielslyngsoe
Copy link
Member

Fixes #18398

@Copilot Copilot AI review requested due to automatic review settings May 6, 2025 15:36
@nielslyngsoe nielslyngsoe enabled auto-merge (squash) May 6, 2025 15:36
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an issue by ensuring that the Block List Custom Views have a minimum height.

  • Introduces an inline style setting the minimum height on the container element in the block list entry component.

@@ -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);">
Copy link
Preview

Copilot AI May 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider moving the inline min-height style to a CSS class to improve maintainability and ensure consistent styling across the application.

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto exposed block variants are collapsed
1 participant