From 855ba295db1e806b7516145d3acfe335b12823a4 Mon Sep 17 00:00:00 2001 From: Daniil Gorodilov Date: Tue, 26 Mar 2024 18:40:21 +0700 Subject: [PATCH] fix: fixed bug due to It is not possible to move the figure from the bottom line --- src/app/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.css b/src/app/App.css index 21b9066..2ada3ad 100644 --- a/src/app/App.css +++ b/src/app/App.css @@ -32,6 +32,10 @@ margin: 15px 0; white-space: nowrap; hyphens: none; + user-select: none; +} +.ChessGame p:last-child { + margin-top: 28px; }