diff --git a/webnotes/public/css/common.css b/webnotes/public/css/common.css index c99c0c60ab..4bf429009c 100644 --- a/webnotes/public/css/common.css +++ b/webnotes/public/css/common.css @@ -472,6 +472,10 @@ div#freeze { } /* form */ +.wn-editor { + cursor: text; +} + .wn-editor img { max-width: 100%; }