Make WordPress Core

Ticket #54581: 54581.diff

File 54581.diff, 380 bytes (added by hasanuzzamanshamim, 3 years ago)

I tested on trunk, "word-wrap: break-word" CSS will fix this issue.

  • src/wp-admin/css/forms.css

    diff --git a/src/wp-admin/css/forms.css b/src/wp-admin/css/forms.css
    index 7893915d6d..cba0bca332 100644
    a b table.form-table td .updated p { 
    885885#application-passwords-section .notice {
    886886        margin-top: 20px;
    887887        margin-bottom: 0;
     888        word-wrap: break-word;
    888889}
    889890
    890891.application-password-display input.code {