mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Fix min row height in .widefat, see #21324
git-svn-id: https://develop.svn.wordpress.org/trunk@21671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -582,7 +582,7 @@ select,
|
||||
|
||||
.widefat .check-column {
|
||||
width: 2.2em;
|
||||
padding: 6px 0 0;
|
||||
padding: 6px 0 25px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
@@ -592,7 +592,7 @@ select,
|
||||
|
||||
.widefat thead .check-column,
|
||||
.widefat tfoot .check-column {
|
||||
padding-top: 10px;
|
||||
padding: 10px 0 0;
|
||||
}
|
||||
|
||||
.widefat .num,
|
||||
|
||||
Reference in New Issue
Block a user