From 4282adac4ba9630b6b526cfdbf0cd70334cdacfd Mon Sep 17 00:00:00 2001 From: sean-brydon <55134778+sean-brydon@users.noreply.github.com> Date: Thu, 6 Oct 2022 10:57:57 +0100 Subject: [PATCH] Fix text wrap (#4867) --- apps/web/components/ui/TableActions.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/components/ui/TableActions.tsx b/apps/web/components/ui/TableActions.tsx index 982e87c312..dde018c08c 100644 --- a/apps/web/components/ui/TableActions.tsx +++ b/apps/web/components/ui/TableActions.tsx @@ -77,6 +77,7 @@ const TableActions: FC = ({ actions }) => { {actions.map((action) => { const button = (