From 39fe1a7be7a74e3f933079a3a4a5de6193236a5e Mon Sep 17 00:00:00 2001 From: Ejaaz Khan <67804911+iamejaaz@users.noreply.github.com> Date: Sun, 16 Nov 2025 17:21:57 +0530 Subject: [PATCH] Revert "fix: grid header checkbox style" --- frappe/public/scss/common/grid.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frappe/public/scss/common/grid.scss b/frappe/public/scss/common/grid.scss index 23401c8e1e..2cc0948d9c 100644 --- a/frappe/public/scss/common/grid.scss +++ b/frappe/public/scss/common/grid.scss @@ -58,6 +58,7 @@ .grid-static-col, .row-check, .row-index { + height: 32px; padding: 4px 8px !important; background-color: var(--subtle-fg); } @@ -187,7 +188,6 @@ input { margin-right: 0 !important; margin-bottom: -3px; - margin-top: 5px; } &.search { @@ -686,7 +686,9 @@ &:focus-visible { @include grid-focus(); } - + .grid-static-col { + height: 40px; + } .grid-static-col.col-xs-1 { flex: 1 0 60px; width: 60px;