@uiw/react-md-editor 3.20.2 → 3.20.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -814,6 +814,9 @@ As always, thanks to our amazing contributors!
814
814
  <a href="https://github.com/juspky" title="juspky">
815
815
  <img src="https://avatars.githubusercontent.com/u/11074890?v=4" width="42;" alt="juspky"/>
816
816
  </a>
817
+ <a href="https://github.com/ryicoh" title="ryicoh">
818
+ <img src="https://avatars.githubusercontent.com/u/37844673?v=4" width="42;" alt="ryicoh"/>
819
+ </a>
817
820
  <a href="https://github.com/wj0990" title="wangjie">
818
821
  <img src="https://avatars.githubusercontent.com/u/8792016?v=4" width="42;" alt="wangjie"/>
819
822
  </a><!--AUTO_GENERATED_PLEASE_DONT_DELETE_IT-END-->
package/dist/mdeditor.css CHANGED
@@ -1000,7 +1000,7 @@ body[data-color-mode*='light'] {
1000
1000
  cursor: help;
1001
1001
  }
1002
1002
 
1003
- .w-md-editor-aree {
1003
+ .w-md-editor-area {
1004
1004
  overflow: auto;
1005
1005
  border-radius: 5px;
1006
1006
  }
@@ -1014,8 +1014,8 @@ body[data-color-mode*='light'] {
1014
1014
  box-sizing: border-box;
1015
1015
  padding: 10px;
1016
1016
  margin: 0;
1017
- font-size: 14px;
1018
- line-height: 18px;
1017
+ font-size: 14px !important;
1018
+ line-height: 18px !important;
1019
1019
  font-feature-settings: "liga", "clig";
1020
1020
  font-variant-ligatures: common-ligatures;
1021
1021
  }