Skip to content

Commit

Permalink
Customize: Remove unnecessary height: 100% on accordion button.
Browse files Browse the repository at this point in the history
Remove CSS that could occasionally trigger the accordion buttons to be 100% the height of the accordion container.

Props dhewercorus, im3dabasia1, sabernhardt, rvoigt, ghinamt, vishy-moghan, frankbiganski, redkite.
Fixes #62491.

git-svn-id: https://develop.svn.wordpress.org/trunk@59510 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
joedolson committed Dec 13, 2024
1 parent 28f4e37 commit 20982b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-admin/css/customize-controls.css
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,6 @@ body.trashing #publish-settings {
.accordion-section-title button.accordion-trigger {
all: unset;
width: 100%;
height: 100%;
padding: 10px 30px 11px 14px;
display: flex;
align-items: center;
Expand Down

0 comments on commit 20982b7

Please sign in to comment.