diff --git a/core/modules/user/css/user.module.css b/core/modules/user/css/user.module.css index 6d2c51e..bd163db 100644 --- a/core/modules/user/css/user.module.css +++ b/core/modules/user/css/user.module.css @@ -79,7 +79,7 @@ div.password-suggestions ul { clear: left; /* LTR */ margin: 0; max-width: 33em; - overflow: hidden; + width: auto; } [dir="rtl"] .confirm-parent, [dir="rtl"] .password-parent { diff --git a/core/themes/seven/install-page.css b/core/themes/seven/install-page.css index 7981932..e409417 100644 --- a/core/themes/seven/install-page.css +++ b/core/themes/seven/install-page.css @@ -194,17 +194,16 @@ */ .install-page .password-parent, .install-page .confirm-parent { - width: auto; +/* width: auto; */ } .install-page .form-item .password-suggestions { - float: none; - width: auto; + float: left; + width: 100%; } @media all and (max-width: 1010px) and (min-width: 48em) { .install-page .password-strength, .install-page .confirm-parent, .install-page .password-confirm { - float: none; width: auto; } input.password-confirm,