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;