From 0ded7ae12f5c3274d85e411dd8260423d46bb94f Mon Sep 17 00:00:00 2001 From: peijunlei Date: Mon, 31 Aug 2026 19:07:40 +0800 Subject: [PATCH] style: update product page CSS for improved layout and flex behavior --- public/themes/dist_static/static/css/product.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/themes/dist_static/static/css/product.css b/public/themes/dist_static/static/css/product.css index 33f7f27..48a7185 100644 --- a/public/themes/dist_static/static/css/product.css +++ b/public/themes/dist_static/static/css/product.css @@ -440,14 +440,14 @@ body.is-p-subnav .site-header { display: flex; flex-wrap: nowrap; justify-content: center; - gap: 5rem; + gap: 5rem; /* 80px @1920 */ border: 0; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; } .p-spec__tab { - flex: 1; + flex: 0 0 auto; display: flex; flex-direction: column; align-items: center;