From 4b5af5912c3375e673913c473fa6116876cf3dda Mon Sep 17 00:00:00 2001 From: gopienkonikita Date: Tue, 23 Nov 2021 12:30:55 +0300 Subject: [PATCH] Web: People: fixed row-checkbox styles --- .../Client/src/pages/Home/Section/Body/TableView/TableRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.People/Client/src/pages/Home/Section/Body/TableView/TableRow.js b/products/ASC.People/Client/src/pages/Home/Section/Body/TableView/TableRow.js index 435979d913..7c1d58ca07 100644 --- a/products/ASC.People/Client/src/pages/Home/Section/Body/TableView/TableRow.js +++ b/products/ASC.People/Client/src/pages/Home/Section/Body/TableView/TableRow.js @@ -18,7 +18,7 @@ const StyledPeopleRow = styled(TableRow)` padding-left: 4px; .table-container_row-checkbox { - margin-left: 8px; + margin-left: -4px; } } `;