@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worktile/theia",
3
- "version": "2.4.10",
3
+ "version": "2.5.0",
4
4
  "description": "theia editor",
5
5
  "author": "YanDong <nanianqiumo@foxmail.com>",
6
6
  "homepage": "https://github.com/atinc/theia#readme",
@@ -88,7 +88,7 @@
88
88
  }
89
89
 
90
90
  .auto-wrap{
91
- padding-left: 8px;
91
+ margin-right: 5px;
92
92
  .auto-wrap-btn{
93
93
  margin-left: 5px;
94
94
  transform: scale(0.8);
@@ -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: 306px;
280
+ min-width: 298px; // must assign min-width in table
283
281
  .thy-select-custom {
284
282
  width: 115px;
285
283
  .form-control {