소스 검색

fix(UI): lesser margin if cell is focused

(cherry picked from commit 98e1813de1)
version-14
Shariq Ansari 2 년 전
committed by Mergify
부모
커밋
f3ad63abf4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      frappe/public/scss/common/grid.scss

+ 2
- 2
frappe/public/scss/common/grid.scss 파일 보기

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



불러오는 중...
취소
저장