[wp-trac] [WordPress Trac] #59182: can we fix this small UI issue on update screen?
WordPress Trac
noreply at wordpress.org
Thu Aug 24 09:55:55 UTC 2023
#59182: can we fix this small UI issue on update screen?
-------------------------------------+-----------------------------
Reporter: sumitsingh | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 6.3
Severity: normal | Keywords:
Focuses: ui, css, administration |
-------------------------------------+-----------------------------
Hi,
Can we set the max-width to 100rem instead of 40rem?
Current CSS for wrap class.
{{{
.update-php .wrap {
max-width: 40rem;
}
}}}
it should be
{{{
.update-php .wrap {
max-width: 100rem;
}
}}}
let me know if this makes sense or not, please.
For more information see mentioned screenshot below.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59182>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list