@halo-dev/richtext-editor 0.0.0-alpha.3 → 0.0.0-alpha.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/dist/style.css CHANGED
@@ -971,8 +971,18 @@
971
971
  }
972
972
  .halo-rich-text-editor {
973
973
  box-sizing: border-box;
974
+ height: calc(100% - 48px);
975
+ width: 100%;
976
+ }
977
+ .halo-rich-text-editor .editor-header {
978
+ height: 48px;
979
+ }
980
+ .halo-rich-text-editor .editor-content {
981
+ height: 100%;
974
982
  }
975
983
  .halo-rich-text-editor .editor-content .ProseMirror {
984
+ height: 100%;
985
+ overflow: auto;
976
986
  outline: none !important;
977
987
  padding: 15px;
978
988
  }
@@ -1580,15 +1590,18 @@ video {
1580
1590
  .hidden {
1581
1591
  display: none;
1582
1592
  }
1593
+ .h-full {
1594
+ height: 100%;
1595
+ }
1596
+ .w-full {
1597
+ width: 100%;
1598
+ }
1583
1599
  .w-24 {
1584
1600
  width: 6rem;
1585
1601
  }
1586
1602
  .w-32 {
1587
1603
  width: 8rem;
1588
1604
  }
1589
- .w-full {
1590
- width: 100%;
1591
- }
1592
1605
  .flex-row {
1593
1606
  flex-direction: row;
1594
1607
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halo-dev/richtext-editor",
3
- "version": "0.0.0-alpha.3",
3
+ "version": "0.0.0-alpha.4",
4
4
  "description": "",
5
5
  "files": [
6
6
  "dist"