From 88ecad21570b30f5d538a810fb7e79789c12c70f Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Mon, 4 Nov 2024 22:42:15 +0900 Subject: [PATCH] chore: fix mobile issue --- src/components/Toast/Toast.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Toast/Toast.tsx b/src/components/Toast/Toast.tsx index 9358cc4abb..de9d53657c 100644 --- a/src/components/Toast/Toast.tsx +++ b/src/components/Toast/Toast.tsx @@ -111,7 +111,7 @@ const ToastContainer = styled.div<{ showTopToast: boolean }>` font-size: 12px; line-height: 16px; - span { + a { // new line display: block; }