From 80fc41afadc73690cea4d3910387dd7dbb250afb Mon Sep 17 00:00:00 2001 From: FrankZamora Date: Mon, 1 Dec 2025 13:05:20 -0600 Subject: [PATCH] revert(critical-css): Remove APU tables CSS and restore badge to original MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The table-layout: fixed without defined column widths broke table layout. Reverting to investigate proper solution. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- Inc/critical-css.php | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Inc/critical-css.php b/Inc/critical-css.php index 30078238..7fe93ec5 100644 --- a/Inc/critical-css.php +++ b/Inc/critical-css.php @@ -404,9 +404,8 @@ function roi_output_hero_critical_css() { margin-bottom: 0; } .hero-section__badge { - min-height: 36px; + min-height: 32px; display: inline-block; - vertical-align: middle; } @media (max-width: 767.98px) { .hero-section { @@ -416,16 +415,6 @@ function roi_output_hero_critical_css() { min-height: 2.5rem; } } - /* APU Tables Critical CSS - Prevent table reflow */ - .analisis table, .desglose table { - table-layout: fixed; - width: 100%; - border-collapse: collapse; - } - .analisis, .desglose { - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } '; // Minify CSS