mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Fix some wrapping/cropping issues for verbose languages. props Nao. fixes #11293
git-svn-id: https://develop.svn.wordpress.org/trunk@12357 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -417,15 +417,15 @@ a.button-secondary {
|
||||
|
||||
.tablenav select[name="action"],
|
||||
.tablenav select[name="action2"] {
|
||||
width: 120px;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.tablenav select[name="m"] {
|
||||
width: 120px;
|
||||
width: 155px;
|
||||
}
|
||||
|
||||
.tablenav select#cat {
|
||||
width: 150px;
|
||||
width: 170px;
|
||||
}
|
||||
|
||||
#wpcontent select {
|
||||
|
||||
Reference in New Issue
Block a user