From f4ebb2b504b3a8461e6adc6765a455ab1c2c7249 Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sat, 20 Aug 2022 15:19:04 -0500 Subject: [PATCH] Fix wrapping on "Add market" button --- web/pages/group/[...slugs]/index.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/pages/group/[...slugs]/index.tsx b/web/pages/group/[...slugs]/index.tsx index 4e42a0bd..20b1a8ce 100644 --- a/web/pages/group/[...slugs]/index.tsx +++ b/web/pages/group/[...slugs]/index.tsx @@ -551,7 +551,12 @@ function AddContractButton(props: { group: Group; user: User }) { return ( <>
-