Open javier-godoy opened 1 year ago
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)
vaadin-button
--lumo-size-m
(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); }
I would go ahead without making it opt-in
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: