Skip to content

Components inside of dense grid #58

@javier-godoy

Description

@javier-godoy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions