@worktile/theia 2.4.10 → 2.5.0
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/bundles/worktile-theia.umd.js +97 -75
- package/bundles/worktile-theia.umd.js.map +1 -1
- package/esm2015/constants/auto-format-rules.js +5 -2
- package/esm2015/constants/code.js +28 -8
- package/esm2015/plugins/code/code.component.js +6 -6
- package/fesm2015/worktile-theia.js +89 -67
- package/fesm2015/worktile-theia.js.map +1 -1
- package/package.json +1 -1
- package/plugins/code/code.component.scss +1 -1
- package/styles/editor.scss +1 -3
package/package.json
CHANGED
package/styles/editor.scss
CHANGED
|
@@ -129,8 +129,6 @@ $thy-icon-nav-link-margin-right: 5px;
|
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.leaf-with-placeholder {
|
|
132
|
-
background-color: $white;
|
|
133
|
-
|
|
134
132
|
&[data-slate-leaf=true] {
|
|
135
133
|
width: auto;
|
|
136
134
|
display: flow-root;
|
|
@@ -279,7 +277,7 @@ $thy-icon-nav-link-margin-right: 5px;
|
|
|
279
277
|
left: 0;
|
|
280
278
|
top: -10px;
|
|
281
279
|
z-index: 10;
|
|
282
|
-
min-width:
|
|
280
|
+
min-width: 298px; // must assign min-width in table
|
|
283
281
|
.thy-select-custom {
|
|
284
282
|
width: 115px;
|
|
285
283
|
.form-control {
|