From 449a56d91e7208b057a0a5165fbbc2bfadd33ba6 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Thu, 21 Jan 2021 14:34:53 +0200 Subject: Implement dynamic showing of form submitted text --- src/commonStyles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonStyles.tsx') diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx index 3ff2a2f..cbfc40a 100644 --- a/src/commonStyles.tsx +++ b/src/commonStyles.tsx @@ -66,7 +66,6 @@ const containerStyles = css` text-align: center; font-size: 1.5rem; - white-space: nowrap; > div { display: inline-block; @@ -109,6 +108,7 @@ const returnStyles = css` color: white; text-decoration: none; + white-space: nowrap; background-color: ${colors.greyple}; transition: background-color 300ms; -- cgit v1.2.3