Ver a proveniência

[fix] frappe/erpnext#8271 (#3012)

version-14
Prateeksha Singh há 8 anos
committed by Rushabh Mehta
ascendente
cometimento
9b8a3d776b
2 ficheiros alterados com 6 adições e 0 eliminações
  1. +3
    -0
      frappe/public/css/desk.css
  2. +3
    -0
      frappe/public/less/desk.less

+ 3
- 0
frappe/public/css/desk.css Ver ficheiro

@@ -668,6 +668,9 @@ fieldset[disabled] .form-control {
max-height: 300px;
overflow: auto;
}
.note-editor .note-image-input {
height: auto;
}
.modal .note-editor .note-btn-italic,
.modal .note-editor .note-btn-underline,
.modal .note-editor [data-original-title="Font Size"],


+ 3
- 0
frappe/public/less/desk.less Ver ficheiro

@@ -534,6 +534,9 @@ textarea.form-control {
max-height: 300px;
overflow: auto;
}
.note-image-input {
height: auto;
}
}

// hide some buttons in modal


Carregando…
Cancelar
Guardar