Skip to content

Components inside of dense grid #58

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions