From 8f858741aac40db6893c251fe23ecfa66afd2cf3 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Mon, 10 Jul 2017 01:39:26 -0700 Subject: [PATCH] fix #1114 --- assets/core.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/core.styl b/assets/core.styl index 564b59223f..ea83b05c78 100644 --- a/assets/core.styl +++ b/assets/core.styl @@ -36,7 +36,6 @@ resets(arr) .ql-editor box-sizing: border-box - cursor: text line-height: 1.42 height: 100% outline: none @@ -47,6 +46,8 @@ resets(arr) text-align: left white-space: pre-wrap word-wrap: break-word + > * + cursor: text p, ol, ul, pre, blockquote, h1, h2, h3, h4, h5, h6 margin: 0