Reduce filter menu bottom margin from 25px to 22px for consistent spacing
This commit is contained in:
@ -570,7 +570,7 @@ body.wp-admin .plugin-card-bottom .compatibility-untested *,
|
||||
.wp-filter {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 12px 0 25px;
|
||||
margin: 12px 0 22px;
|
||||
padding: 0 10px;
|
||||
background: #fff;
|
||||
border: 1px solid #dcdcde;
|
||||
|
Reference in New Issue
Block a user