Skip to content

Commit

Permalink
Customize: Add box-sizing: border-box to accordion trigger button
Browse files Browse the repository at this point in the history
Fixes overflow issue in customizer by applying box-sizing: border-box for consistent button sizing.
  • Loading branch information
SainathPoojary committed Nov 15, 2024
1 parent 597f4a5 commit 2198440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/css/customize-controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ body.trashing #publish-settings {
padding: 10px 10px 11px 14px;
display: flex;
align-items: center;
box-sizing: border-box;
}

.accordion-section-title button.accordion-trigger:has(.menu-in-location) {
Expand Down Expand Up @@ -694,7 +695,6 @@ body.trashing #publish-settings {
height: auto;
max-height: none;
overflow: auto;
overflow-x: hidden;
transform: none;
}

Expand Down

0 comments on commit 2198440

Please sign in to comment.