Plugins: Allow long plugin names to wrap on small screens.
Props mapk, rickalee. Fixes #32569. git-svn-id: https://develop.svn.wordpress.org/trunk@35785 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f8a0095574
commit
d2bcc5fa55
@ -2092,6 +2092,12 @@ div.action-links,
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
#wpbody-content .wp-list-table.plugins .plugin-title,
|
||||
#wpbody-content .wp-list-table.plugins .theme-title {
|
||||
padding-right: 12px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.wp-list-table.plugins .plugin-title,
|
||||
.wp-list-table.plugins .theme-title {
|
||||
padding-top: 13px;
|
||||
@ -2149,7 +2155,7 @@ div.action-links,
|
||||
.wp-list-table.plugins .plugin-title strong,
|
||||
.wp-list-table.plugins .theme-title strong {
|
||||
font-size: 1.4em;
|
||||
line-height: 1.6em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
/* Add New plugins page */
|
||||
|
Loading…
Reference in New Issue
Block a user