From 19ff07b53b4927fca53faae2f9adb82ad3159305 Mon Sep 17 00:00:00 2001 From: Deepesh Garg Date: Wed, 22 Jul 2020 14:27:18 +0530 Subject: [PATCH] fix: Margin top for child table index checkboxes --- frappe/public/less/desk.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index 36ceed9bfa..d951178be0 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -789,6 +789,10 @@ li.user-progress { position: relative; } +.row-index input[type=checkbox] { + margin-top: 12px; +} + @checkbox-height: 14px; // custom font awesome checkbox