Skip to content

Commit

Permalink
Update editor.css (#2880)
Browse files Browse the repository at this point in the history
chore: fix an issue with exported css files throwing warnings in some build tools
  • Loading branch information
molvqingtai authored Feb 16, 2023
1 parent d25f5c0 commit 24be1b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/editor/src/css/editor.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@charset "utf-8";
/* height */
.auto-height,
.auto-height .toastui-editor-defaultUI {
Expand Down Expand Up @@ -887,4 +886,4 @@
.toastui-editor-dropdown-toolbar {
max-width: none;
}
}
}

0 comments on commit 24be1b2

Please sign in to comment.