From fd31f983aff94ad9d62dd27dd90b0177ef705d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 21 Aug 2023 22:52:11 +0200 Subject: [PATCH] Fixed positioning of the part row selection checkboxes --- assets/css/app/tables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/app/tables.css b/assets/css/app/tables.css index 276272b7..bc097726 100644 --- a/assets/css/app/tables.css +++ b/assets/css/app/tables.css @@ -91,7 +91,7 @@ th.select-checkbox { /** Fix datatables select-checkbox position */ table.dataTable tr.selected td.select-checkbox:after { - margin-top: -25px !important; + margin-top: -20px !important; }