mirror of
git://develop.git.wordpress.org/
synced 2025-04-11 15:42:03 +02:00
Administration: List Tables: Wrap long search terms onto a new line.
Props sumitsingh, audrasjb, justinahinon, sahilmepani, hareesh-pillai. Fixes #52749. git-svn-id: https://develop.svn.wordpress.org/trunk@50942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fb7ecd92ac
commit
1ea3c49436
@ -605,6 +605,10 @@ code {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.subtitle strong {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.wrap .add-new-h2, /* deprecated */
|
||||
.wrap .add-new-h2:active, /* deprecated */
|
||||
.wrap .page-title-action,
|
||||
|
Loading…
x
Reference in New Issue
Block a user