From a79941df22eea39823f5fa7364af388ba6ee8c97 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 9 May 2024 13:52:07 +0900 Subject: [PATCH] fix: button widths (#4145) --- web/app/components/base/button/index.css | 2 +- web/app/components/base/confirm-ui/index.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/base/button/index.css b/web/app/components/base/button/index.css index bffb19be94..81fb5fda45 100644 --- a/web/app/components/base/button/index.css +++ b/web/app/components/base/button/index.css @@ -2,7 +2,7 @@ @layer components { .btn { - @apply inline-flex justify-center items-center content-center h-9 leading-5 rounded-lg px-4 py-2 text-base cursor-pointer; + @apply inline-flex justify-center items-center content-center h-9 leading-5 rounded-lg px-4 py-2 text-base cursor-pointer whitespace-nowrap; } .btn-default { diff --git a/web/app/components/base/confirm-ui/index.tsx b/web/app/components/base/confirm-ui/index.tsx index 7120de862b..b43a363134 100644 --- a/web/app/components/base/confirm-ui/index.tsx +++ b/web/app/components/base/confirm-ui/index.tsx @@ -42,8 +42,8 @@ const ConfirmUI: FC = ({
- - + +