From a82e8cedb048f254f949eb02e24202a67025906c Mon Sep 17 00:00:00 2001 From: Halit Aksoy Date: Sat, 3 Sep 2022 22:30:24 +0300 Subject: [PATCH] fix multiline issue in CircularPanel --- src/components/CircularPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CircularPanel.tsx b/src/components/CircularPanel.tsx index 44ce01b..2de9283 100644 --- a/src/components/CircularPanel.tsx +++ b/src/components/CircularPanel.tsx @@ -12,6 +12,7 @@ const CircularPanel: FunctionComponent<{ padding: 10px 20px; border-radius: 30px; transition: background-color 0.5s; + white-space: nowrap; } `}