@voplus/morpho-document 1.2.0-dev01 → 1.2.0-dev02

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.
@@ -61,7 +61,7 @@
61
61
  line-height: @heading-1-size;
62
62
  }
63
63
  .document-pre {
64
- margin-right: ceil(@heading-1-size / @heading-1-size * 10px);
64
+ margin-right: ceil((@heading-1-size / @heading-1-size) * 10);
65
65
  }
66
66
 
67
67
  &.bar-align-title {
@@ -84,7 +84,7 @@
84
84
  }
85
85
 
86
86
  .document-pre {
87
- margin-right: ceil(@heading-2-size / @heading-1-size * 10px);
87
+ margin-right: ceil((@heading-2-size / @heading-1-size) * 10);
88
88
  }
89
89
 
90
90
  &.bar-align-title {
@@ -108,7 +108,7 @@
108
108
 
109
109
  .document-pre {
110
110
  font-size: ceil(@heading-3-size * 0.8);
111
- margin-right: ceil(@heading-3-size / @heading-1-size * 10px);
111
+ margin-right: ceil((@heading-3-size / @heading-1-size) * 10);
112
112
  > svg {
113
113
  //vertical-align: bottom;
114
114
  }
@@ -123,7 +123,7 @@
123
123
 
124
124
  .document-pre {
125
125
  font-size: ceil(@heading-4-size * 0.8);
126
- margin-right: ceil(@heading-4-size / @heading-1-size * 10px);
126
+ margin-right: ceil((@heading-4-size / @heading-1-size) * 10);
127
127
  > svg {
128
128
  vertical-align: bottom;
129
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voplus/morpho-document",
3
- "version": "1.2.0-dev01",
3
+ "version": "1.2.0-dev02",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://voplus.visualstudio.com/morpho-document/_git/morpho-document"
@@ -54,7 +54,7 @@
54
54
  "@voplus/antd": "^4.10.3-vo1.0.2",
55
55
  "@voplus/morpho-client-test": "^1.2.0-dev01",
56
56
  "@voplus/morpho-collaboration": "^1.2.0-dev01",
57
- "@voplus/morpho-config": "^1.2.0-dev01",
57
+ "@voplus/morpho-config": "^1.2.0-dev08",
58
58
  "@voplus/morpho-data": "^1.2.0-dev01",
59
59
  "@voplus/morpho-document-core": "^1.2.0-dev01",
60
60
  "@voplus/morpho-org": "^1.2.0-dev01",