@manuscripts/body-editor 1.13.18 → 1.13.19

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@manuscripts/body-editor",
3
3
  "description": "Prosemirror components for editing and viewing manuscripts",
4
- "version": "1.13.18",
4
+ "version": "1.13.19",
5
5
  "repository": "github:Atypon-OpenSource/manuscripts-body-editor",
6
6
  "license": "Apache-2.0",
7
7
  "main": "dist/cjs",
@@ -110,4 +110,4 @@
110
110
  "@types/react": "^17.0.2",
111
111
  "prosemirror-tables": "^1.3.5"
112
112
  }
113
- }
113
+ }
@@ -551,12 +551,14 @@ span.comment-marker {
551
551
  font-family: Lato, sans-serif;
552
552
  font-size: 14px;
553
553
  line-height: 16px;
554
- margin-bottom: 4px;
555
554
  border: 1px solid transparent;
556
555
  border-radius: 6px;
557
556
  position: relative;
558
557
  cursor: default;
559
558
  padding: 4px 8px;
559
+ border: 1px solid #C9C9C9;
560
+ margin-top: 10px;
561
+ margin-bottom: 4px;
560
562
  }
561
563
 
562
564
  .keywords .selected-suggestion {
@@ -987,4 +989,4 @@ span.accepted .selected-suggestion,
987
989
 
988
990
  .ProseMirror td:hover > .table-context-menu-button, th:hover > .table-context-menu-button, .open-context-menu {
989
991
  visibility: visible !important;
990
- }
992
+ }