We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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); }
The text was updated successfully, but these errors were encountered:
I would go ahead without making it opt-in
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: