From b63e254f36df781c031f64f258e4998dce4f6dde Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 3 Feb 2026 15:14:15 +0800 Subject: [PATCH] fix(frontend): fix button icon and text layout in help page - Add inline-flex items-center to all button links for proper icon alignment - Add flex-shrink-0 to all icons to prevent shrinking - Change support buttons container to flex-wrap for better responsiveness - Ensure icons and text stay on same line in all buttons --- ccw/frontend/src/pages/HelpPage.tsx | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/ccw/frontend/src/pages/HelpPage.tsx b/ccw/frontend/src/pages/HelpPage.tsx index 9b317e9c..cb39ca1e 100644 --- a/ccw/frontend/src/pages/HelpPage.tsx +++ b/ccw/frontend/src/pages/HelpPage.tsx @@ -104,13 +104,13 @@ export function HelpPage() { @@ -207,9 +207,9 @@ export function HelpPage() { @@ -242,9 +242,9 @@ export function HelpPage() { @@ -277,9 +277,9 @@ export function HelpPage() { @@ -301,10 +301,10 @@ export function HelpPage() {

- @@ -323,16 +323,16 @@ export function HelpPage() {

{formatMessage({ id: 'help.support.description' })}

-
+