Skip to content

Commit

Permalink
[4.x] Fix section header padding in the sidebar (statamic#9051)
Browse files Browse the repository at this point in the history
Fix section header padding in the sidebar

Closes statamic#9050
  • Loading branch information
jackmcdade authored Nov 22, 2023
1 parent 30413a0 commit 446cfba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/css/components/publish.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ code.parent-url {
}

.publish-section-header-inner {
@apply px-3 @sm:px-4 @lg:px-6 pt-4 pb-3;
@apply px-4 @lg:px-6 pt-4 pb-3;

}

.publish-sidebar {
Expand Down

0 comments on commit 446cfba

Please sign in to comment.