From f54b43680bf2088be550ccd0cecf961932c11f77 Mon Sep 17 00:00:00 2001 From: Francisco Salgueiro Date: Sun, 29 Oct 2023 15:31:52 +0000 Subject: [PATCH] try to fix text-wrap in castling --- src/components/boards/MoveCell.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/boards/MoveCell.tsx b/src/components/boards/MoveCell.tsx index 0f323ec5..c828652c 100644 --- a/src/components/boards/MoveCell.tsx +++ b/src/components/boards/MoveCell.tsx @@ -27,6 +27,7 @@ const useStyles = createStyles( display: "inline-block", padding: 6, borderRadius: 4, + whiteSpace: "nowrap", cursor: "pointer", color: color === "gray"