Fix text wrap (#4867)

This commit is contained in:
sean-brydon
2022-10-06 10:57:57 +01:00
committed by GitHub
parent ef611e2360
commit 4282adac4b
+1
View File
@@ -77,6 +77,7 @@ const TableActions: FC<Props> = ({ actions }) => {
{actions.map((action) => {
const button = (
<Button
className="whitespace-nowrap"
key={action.id}
data-testid={action.id}
href={action.href}