From 98206bc75d3bbaea1157701d7779e12448a3cece Mon Sep 17 00:00:00 2001 From: wangzhiyusss Date: Fri, 3 Mar 2023 10:53:47 +0800 Subject: [PATCH] fix bug Signed-off-by: wangzhiyusss --- .../main/resources/rawfile/editor_style.css | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/common/resources/src/main/resources/rawfile/editor_style.css b/common/resources/src/main/resources/rawfile/editor_style.css index d3abc63..61864b4 100644 --- a/common/resources/src/main/resources/rawfile/editor_style.css +++ b/common/resources/src/main/resources/rawfile/editor_style.css @@ -37,16 +37,16 @@ body { } #editorjs_box { - width: 100%; - height: 90%; - outline: 0px solid transparent; - background-repeat: no-repeat; - background-position: center; - background-size: cover; - color: #182431; - opacity: 0.9; - user-select: none; - overflow: scroll; + width: 100%; + height: 90%; + outline: 0px solid transparent; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + color: #182431; + opacity: 0.9; + user-select: none; + overflow: scroll; } #editorjs[placeholder]:empty:not(:focus):before {