From 5b35b53b56a04515d8ebca71af00873b4073c4e4 Mon Sep 17 00:00:00 2001 From: Alquen Sarmiento Date: Mon, 23 Feb 2026 10:58:05 +0800 Subject: [PATCH] fix: exclude freemiums section to the global ul style for stackable --- src/welcome/admin.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/welcome/admin.scss b/src/welcome/admin.scss index 30288bda2..f2aa34f7a 100644 --- a/src/welcome/admin.scss +++ b/src/welcome/admin.scss @@ -439,6 +439,10 @@ body[class*="page_stk"] { padding-left: 2em; list-style-type: circle; } + .fs-section ul { + list-style-type: none; + } + .s-box { background-color: #fff; border-radius: 0;