From 3b28bc639a399b952de3b3bf1ce5d5bd30226670 Mon Sep 17 00:00:00 2001 From: GZTime Date: Tue, 30 Jan 2024 13:12:09 +0800 Subject: [PATCH] fix(style): button width --- src/GZCTF/ClientApp/src/components/WithGameMonitor.tsx | 4 +++- src/GZCTF/ClientApp/src/pages/admin/games/[id]/Review.tsx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/GZCTF/ClientApp/src/components/WithGameMonitor.tsx b/src/GZCTF/ClientApp/src/components/WithGameMonitor.tsx index cbde25964..40fc43054 100644 --- a/src/GZCTF/ClientApp/src/components/WithGameMonitor.tsx +++ b/src/GZCTF/ClientApp/src/components/WithGameMonitor.tsx @@ -56,6 +56,8 @@ const WithGameMonitor: FC = ({ children, isLoading }) => {