Kaynağa Gözat

fix(UI): lesser margin if cell is focused

(cherry picked from commit 98e1813de1)
version-14
Shariq Ansari 2 yıl önce
committed by Mergify
ebeveyn
işleme
f3ad63abf4
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. +2
    -2
      frappe/public/scss/common/grid.scss

+ 2
- 2
frappe/public/scss/common/grid.scss Dosyayı Görüntüle

@@ -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;
}
}



Yükleniyor…
İptal
Kaydet