Explorar el Código

fix(UI): lesser margin if cell is focused

(cherry picked from commit 98e1813de1)
version-14
Shariq Ansari hace 2 años
committed by Mergify
padre
commit
f3ad63abf4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      frappe/public/scss/common/grid.scss

+ 2
- 2
frappe/public/scss/common/grid.scss Ver fichero

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



Cargando…
Cancelar
Guardar