From 11146f73ed6a76c9dc91148f004a3bd237630371 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Tue, 2 Aug 2022 11:51:49 +0300 Subject: [PATCH] cherry-pick: 4775 fix query log issue on tablet devices Updates #4775 Squashed commit of the following: commit 9ad85d2306b68227e11c7b1dd792e3fe6389939d Merge: 95aa29d6 41f081d8 Author: Ildar Kamalov Date: Tue Aug 2 11:44:04 2022 +0300 Merge branch 'master' into 4775-popup commit 95aa29d68bdf5e9c4e7aa59f42d04328b1872115 Author: Ildar Kamalov Date: Mon Aug 1 16:21:23 2022 +0300 client: fix query log issue on tablet devices --- client/src/components/Logs/Cells/index.js | 22 ++++++++++--- client/src/components/Logs/Logs.css | 40 +++++++++++++++++++---- client/src/components/Logs/index.js | 6 ++-- client/src/helpers/constants.js | 2 +- 4 files changed, 55 insertions(+), 15 deletions(-) diff --git a/client/src/components/Logs/Cells/index.js b/client/src/components/Logs/Cells/index.js index 273d9495..05c8bf03 100644 --- a/client/src/components/Logs/Cells/index.js +++ b/client/src/components/Logs/Cells/index.js @@ -139,11 +139,23 @@ const Row = memo(({ } }; - const blockButton = ; + const blockButton = ( + <> +
+ + + ); const blockForClientButton =