diff --git a/web/app/components/base/button/index.css b/web/app/components/base/button/index.css index bffb19be9..81fb5fda4 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 7120de862..b43a36313 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 = ({
- - + +