mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
b9c137ceab
commit
10cfe4945c
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user