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 +}