From 10cfe4945ca105086ccb3f4fa7cb284fd6c90ac0 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 23 Jun 2022 23:02:19 +0000 Subject: [PATCH] Application Passwords: Ensure long passwords don't break the "new password" notice. This changeset adds a `word-wrap: break-word` CSS declaration to avoid text overflow in the "new application password" notice. Props Presskopp, hasanuzzamanshamim, yannielsen, audrasjb. Fixes #54581. git-svn-id: https://develop.svn.wordpress.org/trunk@53567 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/forms.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css index ef12a69ca6..364c588a40 100644 --- a/src/wp-admin/css/forms.css +++ b/src/wp-admin/css/forms.css @@ -885,6 +885,7 @@ table.form-table td .updated p { #application-passwords-section .notice { margin-top: 20px; margin-bottom: 0; + word-wrap: break-word; } .application-password-display input.code {