From c3d40f733d00b3a52d8ea2ac052d93714f5840e1 Mon Sep 17 00:00:00 2001 From: Min-Soo Kim Date: Fri, 7 Aug 2020 09:12:11 +0900 Subject: [PATCH] =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=EC=97=90=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A1=A4=EC=9D=B4=20=EC=83=9D=EA=B8=B0?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0=20(#1377)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/rhymix/rhymix/issues/1375 --- modules/editor/skins/ckeditor/css/default.less | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/skins/ckeditor/css/default.less b/modules/editor/skins/ckeditor/css/default.less index 2ee58cfa3..7bd59c3ef 100644 --- a/modules/editor/skins/ckeditor/css/default.less +++ b/modules/editor/skins/ckeditor/css/default.less @@ -53,6 +53,7 @@ html { } body.cke_editable { min-height: 100vh; + box-sizing: border-box; padding: 10px; .light_dark(@colorset); }