Reduce filter menu bottom margin from 25px to 22px for consistent spacing

This commit is contained in:
Marcus Quinn
2025-03-24 21:07:27 +00:00
parent a81b6ac5a7
commit 221eefab9e

View File

@ -570,7 +570,7 @@ body.wp-admin .plugin-card-bottom .compatibility-untested *,
.wp-filter { .wp-filter {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin: 12px 0 25px; margin: 12px 0 22px;
padding: 0 10px; padding: 0 10px;
background: #fff; background: #fff;
border: 1px solid #dcdcde; border: 1px solid #dcdcde;