@worktile/theia 14.0.2 → 14.0.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -91,7 +91,7 @@
91
91
 
92
92
  .the-code-block-operation {
93
93
  position: absolute;
94
- top: -10px;
94
+ top: 0;
95
95
  left: 0;
96
96
  z-index: 10;
97
97
  min-width: 298px; // must assign min-width in table
package/styles/typo.scss CHANGED
@@ -99,13 +99,15 @@
99
99
  .slate-element-hr{
100
100
  display: block;
101
101
  }
102
- .slate-element-hr,
103
- .slate-element-code,
104
- .slate-element-image,
105
102
  .slate-element-block-quote {
106
103
  padding: math.div(theVariables.$default-text-space, 2) 0;
107
104
  }
108
105
  .slate-block-card {
106
+
107
+ &:not(.slate-block-card-table) {
108
+ padding: math.div(theVariables.$default-text-space, 2) 0;
109
+ }
110
+
109
111
  .card-left,
110
112
  .card-right {
111
113
  bottom: math.div(theVariables.$default-text-space, 2);