FlowingCode / GridHelpers

Several grid recipes for Vaadin 23+ (and 22), ready to use. DOES NOT require extending Grid.
https://addonsv23.flowingcode.com/grid-helpers
Apache License 2.0
12 stars 1 forks source link

Components inside of dense grid #58

Open javier-godoy opened 1 year ago

javier-godoy commented 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) image

(compare with the same row sans buttons) image

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);
}

image

mlopezFC commented 1 year ago

I would go ahead without making it opt-in