@zero-library/common 2.3.10 → 2.3.12

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/index.css CHANGED
@@ -244,7 +244,6 @@
244
244
  vertical-align: top;
245
245
  min-width: 120px;
246
246
  word-break: break-word;
247
- white-space: nowrap;
248
247
  }
249
248
  .ns-markdown table th {
250
249
  background-color: #f6f8fa;
@@ -624,6 +623,9 @@
624
623
  .styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .editor-collection .editor-collection--selected {
625
624
  background-color: rgba(52, 175, 190, 0.6);
626
625
  }
626
+ .styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .page-no {
627
+ display: inline-block;
628
+ }
627
629
  .styles_module_editorParent .styles_module_contentWrapper .styles_module_simpleEditorContent .tiptap.ProseMirror {
628
630
  font-family: "DM Sans", sans-serif;
629
631
  padding: 18px;