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 {