We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c505d8 commit ec0ec20Copy full SHA for ec0ec20
packages/login/src/vaadin-login-form.js
@@ -61,7 +61,7 @@ class LoginForm extends LoginFormMixin(ElementMixin(ThemableMixin(PolylitMixin(L
61
return css`
62
:host {
63
display: block;
64
- max-width: max-content;
+ max-width: 100%;
65
}
66
67
:host([hidden]) {
0 commit comments