Browse Source

fix(UI): lesser margin if cell is focused

(cherry picked from commit 98e1813de1)
version-14
Shariq Ansari 2 years ago
committed by Mergify
parent
commit
f3ad63abf4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      frappe/public/scss/common/grid.scss

+ 2
- 2
frappe/public/scss/common/grid.scss View File

@@ -268,8 +268,8 @@
.editable-row .frappe-control { .editable-row .frappe-control {
padding-top: 0px !important; padding-top: 0px !important;
padding-bottom: 0px !important; padding-bottom: 0px !important;
margin-left: -5px !important;
margin-right: -5px !important;
margin-left: -1px !important;
margin-right: -1px !important;
} }
} }




Loading…
Cancel
Save