From 9d6cab91f0b40f94cb6c5933034821c12251c8c8 Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Mon, 25 Nov 2024 15:05:55 +0530 Subject: [PATCH] fix: resolved customizer broken layout with LearnPress --- assets/customizer/css/_generic.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/customizer/css/_generic.css b/assets/customizer/css/_generic.css index ba1d2e66e6..bb51384c80 100644 --- a/assets/customizer/css/_generic.css +++ b/assets/customizer/css/_generic.css @@ -14,3 +14,6 @@ #customize-theme-controls .customize-pane-child.accordion-section-content { height: 100%; } +#customize-theme-controls .accordion-section-title button.accordion-trigger { + max-height: fit-content; +} \ No newline at end of file