Skip to content

Commit 7f9f8a0

Browse files
committed
Customize: Remove unnecessary height: 100% on accordion button.
Remove CSS that could occasionally trigger the accordion buttons to be 100% the height of the accordion container. Reviewed by jorbin. Merges [59510] to the 6.7 branch. Props dhewercorus, im3dabasia1, sabernhardt, rvoigt, ghinamt, vishy-moghan, frankbiganski, redkite, joedolson. Fixes #62491. git-svn-id: https://develop.svn.wordpress.org/branches/6.7@59539 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 04e4e6f commit 7f9f8a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-admin/css/customize-controls.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,6 @@ body.trashing #publish-settings {
561561
.accordion-section-title button.accordion-trigger {
562562
all: unset;
563563
width: 100%;
564-
height: 100%;
565564
padding: 10px 30px 11px 14px;
566565
display: flex;
567566
align-items: center;

0 commit comments

Comments
 (0)