Skip to content

Commit

Permalink
Fix padding issue around the filters
Browse files Browse the repository at this point in the history
  • Loading branch information
bogiii committed Jan 22, 2025
1 parent 34e09fd commit 6f2f3ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/my-sites/plugins/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ body.is-section-plugins {
}
}

.plugins-update-manager-multisite-filters {
padding: 0;
}

.plugins-update-manager-multisite-filter {
margin: 0;
padding: 1rem 1.5rem;
Expand Down

0 comments on commit 6f2f3ef

Please sign in to comment.