From 92c8050527abfb2901a5ce1a3e7275fdb9069066 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 14 Dec 2017 11:53:15 +0530 Subject: [PATCH] Checkbox height fix (#4619) --- frappe/public/less/desk.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frappe/public/less/desk.less b/frappe/public/less/desk.less index 0050f57135..1ae2427af8 100644 --- a/frappe/public/less/desk.less +++ b/frappe/public/less/desk.less @@ -897,6 +897,7 @@ li.user-progress { // custom font awesome checkbox input[type="checkbox"] { position: relative; + height: 16px; &:before { position: absolute; @@ -1101,4 +1102,4 @@ input[type="checkbox"] { } } -} \ No newline at end of file +}