Fix min row height in .widefat, see #21324
git-svn-id: http://core.svn.wordpress.org/trunk@21671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1bb58f28e7
commit
a2580a80d1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue