From dd6b93053e0eb08d74c232bf0e233874fa0bbaf0 Mon Sep 17 00:00:00 2001 From: Gustavo Nogueira <83383362+Gugahnstn@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:26:12 -0300 Subject: [PATCH] style: Update style.ts --- src/components/CardResult/style.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CardResult/style.ts b/src/components/CardResult/style.ts index d788b4c..ebd7fde 100644 --- a/src/components/CardResult/style.ts +++ b/src/components/CardResult/style.ts @@ -51,6 +51,7 @@ export const CardPhrase = styled.p` &::after { content: attr(data-text); font-size: calc(${theme.font.sizes.text_lg} - 0.1rem * (attr(data-text) - 10)); + white-space: nowrap; } `} `;