Skip to content

Commit

Permalink
#2325 iframe 에디터 편집 영역에 포커스를 잡이 어려운 문제 고침
Browse files Browse the repository at this point in the history
  • Loading branch information
bnu committed Oct 30, 2018
1 parent 73cfb93 commit 8868260
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions modules/editor/styles/ckeditor_light/editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@charset "utf-8";
/* NAVER (developers@xpressengine.com) */
html { height: 100%; }
body { min-height: 100%; }
.xe_content.editable {color:#000;font-size:13px;font-family:sans-serif;line-height:1.5;word-break:break-all;word-wrap:break-word}
.xe_content.editable img{border:0;max-width:100%;}
.xe_content.editable blockquote.q1,
Expand Down
2 changes: 2 additions & 0 deletions modules/editor/styles/ckeditor_recommend/editor.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
@charset "utf-8";
/* NAVER (developers@xpressengine.com) */
html { height: 100%; }
body { min-height: 100%; }
.xe_content.editable {color:#000;font-size:14px;font-family:sans-serif;line-height:1.6;word-break:break-all;word-wrap:break-word}
.xe_content.editable img{border:0;max-width:100%;}
.xe_content.editable blockquote.q1,
Expand Down
2 changes: 1 addition & 1 deletion modules/editor/styles/default/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ body{margin:0;padding:0}
.xe_content blockquote.q6{border:1px dashed #707070}
.xe_content blockquote.q7{border:1px dashed #707070;background:#fbfbfb}
.xe_content table .xe_selected_cell{background-color:#d6e9ff}
.xe_content p{margin:0}
.xe_content p{margin:0}

0 comments on commit 8868260

Please sign in to comment.