Skip to content

Commit

Permalink
try to fix text-wrap in castling
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Oct 29, 2023
1 parent 94bda49 commit f54b436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/boards/MoveCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const useStyles = createStyles(
display: "inline-block",
padding: 6,
borderRadius: 4,
whiteSpace: "nowrap",
cursor: "pointer",
color:
color === "gray"
Expand Down

0 comments on commit f54b436

Please sign in to comment.