-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
A vaadin-button inside of a grid with dense theme forces the whole row to a min height of 36px (--lumo-size-m plus margin)

(compare with the same row sans buttons)

Maybe we should provide some (opt-in?) styles for these cases:
[theme~="fcGh-dense"] vaadin-button {
margin: 0;
--lumo-button-size: var(--lumo-size-xxs);
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
To Do
