Skip to content

Commit ec0ec20

Browse files
authored
fix: update login-form max-width in base styles (#10130)
1 parent 4c505d8 commit ec0ec20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/login/src/vaadin-login-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class LoginForm extends LoginFormMixin(ElementMixin(ThemableMixin(PolylitMixin(L
6161
return css`
6262
:host {
6363
display: block;
64-
max-width: max-content;
64+
max-width: 100%;
6565
}
6666
6767
:host([hidden]) {

0 commit comments

Comments
 (0)