Skip to content

Commit

Permalink
Merge pull request #2 from dealenx/main
Browse files Browse the repository at this point in the history
There is a bug due to It is not possible to move the figure from the bottom line
  • Loading branch information
pkozlov authored Mar 26, 2024
2 parents 00d45a0 + 855ba29 commit c207efb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
margin: 15px 0;
white-space: nowrap;
hyphens: none;
user-select: none;
}
.ChessGame p:last-child {
margin-top: 28px;
}


Expand Down

0 comments on commit c207efb

Please sign in to comment.