From 1e6f401a16055f9a3ef902a4484e49a068aafb1b Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 2 Jun 2022 11:12:35 -0400 Subject: [PATCH 1/2] Prevent button text wrapping --- app/soapbox/features/public_layout/components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/public_layout/components/header.tsx b/app/soapbox/features/public_layout/components/header.tsx index dcb1859a7..4015e85a3 100644 --- a/app/soapbox/features/public_layout/components/header.tsx +++ b/app/soapbox/features/public_layout/components/header.tsx @@ -107,7 +107,7 @@ const Header = () => { )} - + From 6167219eedea88c83629d245501933b0607231c6 Mon Sep 17 00:00:00 2001 From: Justin Date: Thu, 2 Jun 2022 11:40:58 -0400 Subject: [PATCH 2/2] Use non-deprecated class --- app/soapbox/features/public_layout/components/header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/public_layout/components/header.tsx b/app/soapbox/features/public_layout/components/header.tsx index 4015e85a3..40eed3039 100644 --- a/app/soapbox/features/public_layout/components/header.tsx +++ b/app/soapbox/features/public_layout/components/header.tsx @@ -107,7 +107,7 @@ const Header = () => { )} - +