From dda68858f765d90e2ed994c3293bb228959c0cf0 Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sat, 3 Sep 2022 22:27:48 +0300 Subject: [PATCH] fix button multiline issue --- src/components/Button.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Button.tsx b/src/components/Button.tsx index 48c79c8..620e3e1 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -30,6 +30,7 @@ const Button: FunctionComponent<{ border-radius: 30px; transition: color 0.5s; transition: background-color 0.5s; + white-space: nowrap; } `} {text}