diff --git a/erpnext/public/scss/erpnext.scss b/erpnext/public/scss/erpnext.scss index e45ae5038f5..03dd31104e1 100644 --- a/erpnext/public/scss/erpnext.scss +++ b/erpnext/public/scss/erpnext.scss @@ -548,3 +548,7 @@ body[data-route="pos"] { align-items: center; justify-content: center; } + +.frappe-control[data-fieldname="other_charges_calculation"] .ql-editor { + white-space: normal; +}