Skip to content

Commit a173a01

Browse files
mlopezFCjavier-godoy
authored andcommitted
fix(demo): fix accept button colspan
Make accept button to occupy two slots in certain form width
1 parent 7499353 commit a173a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/flowingcode/vaadin/addons/extendedlogin/TestLoginLayoutView.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ private FormLayout createChangePasswordForm() {
6060
new ResponsiveStep("500px", 2));
6161
// Stretch the username field over 2 columns
6262
formLayout.setColspan(username, 2);
63+
formLayout.setColspan(accept, 2);
6364
return formLayout;
6465
}
6566
}

0 commit comments

Comments
 (0)