From c7279323761420288a1fb2bc98b7d6ceed17040f Mon Sep 17 00:00:00 2001 From: Xingyao Wang Date: Fri, 8 Nov 2024 11:58:28 -0500 Subject: [PATCH] do not line break anywhere --- frontend/src/utils/toast.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/utils/toast.tsx b/frontend/src/utils/toast.tsx index 98d0a8d7b152..e52f00b8bfed 100644 --- a/frontend/src/utils/toast.tsx +++ b/frontend/src/utils/toast.tsx @@ -10,7 +10,6 @@ export default { style: { background: "#ef4444", color: "#fff", - lineBreak: "anywhere", }, iconTheme: { primary: "#ef4444", @@ -26,7 +25,6 @@ export default { style: { background: "#333", color: "#fff", - lineBreak: "anywhere", }, iconTheme: { primary: "#333", @@ -44,7 +42,6 @@ export default { style: { background: "#333", color: "#fff", - lineBreak: "anywhere", }, }); },