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:
parent
8e8c5b77fe
commit
ceaf979590
@ -582,7 +582,7 @@ select,
|
|||||||
|
|
||||||
.widefat .check-column {
|
.widefat .check-column {
|
||||||
width: 2.2em;
|
width: 2.2em;
|
||||||
padding: 6px 0 0;
|
padding: 6px 0 25px;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -592,7 +592,7 @@ select,
|
|||||||
|
|
||||||
.widefat thead .check-column,
|
.widefat thead .check-column,
|
||||||
.widefat tfoot .check-column {
|
.widefat tfoot .check-column {
|
||||||
padding-top: 10px;
|
padding: 10px 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widefat .num,
|
.widefat .num,
|
||||||
|
Loading…
Reference in New Issue
Block a user