Updates: in Theme list table, set white-space
to normal
for theme titles at appropriate breakpoint to avoid horizontal scrolling on small screens.
Fixes #33831. git-svn-id: https://develop.svn.wordpress.org/trunk@34332 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d075313f5b
commit
f9c67159d4
@ -2009,6 +2009,7 @@ div.action-links,
|
||||
/* Updates */
|
||||
#wpbody-content #update-themes-table .plugin-title {
|
||||
width: auto;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
|
Loading…
Reference in New Issue
Block a user