The password confirmation text lolls out from the layout in the install page because it's parent div (confirm-parent) is too wide (36.3em defined in user.module.css – see attached image).

Fix is simple, just set the with of the parent to "auto" like password parent div (in install-page.css of Seven).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

thamas’s picture

Status: Active » Needs review
FileSize
448 bytes

Here is the one plus line only patch to fix the issue. :)

thamas’s picture

Hm, just noted that it is not an issue when installing in English.

However with other languages (for example in Hungarian as it can be seen in the screenshot abowe) the issue can exist.

rteijeiro’s picture

Status: Needs review » Reviewed & tested by the community

Reviewed and tested. Works like a charm!!

thamas’s picture

Thanks for the review rteijeiro!

rteijeiro’s picture

FileSize
38.69 KB

Forget to attach a screenshot for demonstration purposes ;)

Password

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 33ecf50 and pushed to 8.x. Thanks!

thamas’s picture

:)

star-szr’s picture

Love the issue title on this one :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

Correct the with value