From 5a4d4e5355f933c0128094eb7fb89843fb4ec8b3 Mon Sep 17 00:00:00 2001 From: Carlos Lins Date: Mon, 2 Jan 2023 10:08:35 -0300 Subject: [PATCH] fix: Corrigindo tag

Address Footer --- .../Footer/FooterBottom/footerBottom.module.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/Footer/FooterBottom/footerBottom.module.scss b/src/components/Footer/FooterBottom/footerBottom.module.scss index ab2df7c..69ce8b8 100644 --- a/src/components/Footer/FooterBottom/footerBottom.module.scss +++ b/src/components/Footer/FooterBottom/footerBottom.module.scss @@ -166,9 +166,11 @@ max-height: 12px; line-height: 12px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + p { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } } .footerPayments {