nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
16.91k stars 1.72k forks source link

Fix property case at contents.css #3179

Open tlewin opened 9 months ago

tlewin commented 9 months ago

Fix the following warning:

▲ [WARNING] "overflow-X" is not a known CSS property [unsupported-css-property]

    node_modules/@toast-ui/editor/dist/toastui-editor.css:962:2:
      962 │   overflow-X: hidden;
          │   ~~~~~~~~~~
          ╵   overflow-x

  Did you mean "overflow-x" instead?

Please check if the PR fulfills these requirements

Description


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨

ebsi-bblake commented 3 weeks ago

@co3k @jethrolarson please approve this and merge it into master. Thank you