From a223de12511fea5b9e7abce40af492eff6da3c09 Mon Sep 17 00:00:00 2001 From: iamdebobrota Date: Fri, 15 Dec 2023 22:37:36 +0530 Subject: [PATCH 1/2] fixed: UI BUG : Navigation button text overflows from parant span box, issues - #6460 --- src/components/DocsFooter.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index 2fdbb0460c1..efdc3780433 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -82,7 +82,9 @@ function FooterLink({ {type} - {title} + + {title} + ); From ab69f44dbaec0d60d20655a6ceed73fc635f9ef5 Mon Sep 17 00:00:00 2001 From: iamdebobrota Date: Sat, 16 Dec 2023 14:45:11 +0530 Subject: [PATCH 2/2] updated: line should not break --- src/components/DocsFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocsFooter.tsx b/src/components/DocsFooter.tsx index efdc3780433..53884a2ce79 100644 --- a/src/components/DocsFooter.tsx +++ b/src/components/DocsFooter.tsx @@ -69,7 +69,7 @@ function FooterLink({