aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-21 14:34:53 +0200
committerGravatar ks129 <[email protected]>2021-01-21 14:34:53 +0200
commit449a56d91e7208b057a0a5165fbbc2bfadd33ba6 (patch)
tree0a6873600756a036659ed2cde5bfd705f5448eba /src/commonStyles.tsx
parentAdd submitted_text field to form (diff)
Implement dynamic showing of form submitted text
Diffstat (limited to 'src/commonStyles.tsx')
-rw-r--r--src/commonStyles.tsx2
1 files changed, 1 insertions, 1 deletions
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;