Skip to content

Commit

Permalink
Merge pull request #3169 from kimcoleman/fix-padding-list-table-footer
Browse files Browse the repository at this point in the history
Small adjustment to match thead and tfoot on large screens
  • Loading branch information
dparker1005 authored Oct 16, 2024
2 parents e09bfa2 + 61ed61c commit 936588f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,8 @@ body[class*="memberships_page_pmpro-"] {
color: #999;
}
@media only screen and (min-width: 1200px) {
.pmpro_admin table.wp-list-table thead th {
.pmpro_admin table.wp-list-table thead th,
.pmpro_admin table.wp-list-table tfoot th {
padding-left: calc( var(--pmpro--spacing--medium) / 2 );
padding-right: calc( var(--pmpro--spacing--medium) / 2 );
}
Expand Down

0 comments on commit 936588f

Please sign in to comment.