Skip to content

Commit

Permalink
fix(demo): remove spacing from feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored and paodb committed Jun 9, 2023
1 parent a911d24 commit 609bf56
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public AllFeaturesDemo() {
features.getStyle().set("margin-right", "-4px");
features.getStyle().set("min-width", "310px");
features.setPadding(false);
features.setSpacing(false);
features.setWidth(null);

VerticalLayout layout = new VerticalLayout(grid);
Expand Down

0 comments on commit 609bf56

Please sign in to comment.