@worktile/theia 19.4.1 → 19.4.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 +2 -2
- package/styles/editor.scss +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@worktile/theia",
|
|
3
|
-
"version": "19.4.
|
|
3
|
+
"version": "19.4.3",
|
|
4
4
|
"description": "theia editor",
|
|
5
5
|
"author": "YanDong <nanianqiumo@foxmail.com>",
|
|
6
6
|
"homepage": "https://github.com/atinc/theia#readme",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"@angular/core": "^19.0.0",
|
|
38
38
|
"date-fns": "^4.1.0",
|
|
39
|
-
"slate-angular": "^19.1
|
|
39
|
+
"slate-angular": "^19.3.1",
|
|
40
40
|
"slate": "^0.117.2",
|
|
41
41
|
"slate-dom": "^0.116.0",
|
|
42
42
|
"ngx-tethys": "^19.1.0",
|
package/styles/editor.scss
CHANGED
|
@@ -163,10 +163,11 @@
|
|
|
163
163
|
color: initial;
|
|
164
164
|
font-weight: initial;
|
|
165
165
|
font-style: initial;
|
|
166
|
-
white-space: nowrap;
|
|
167
166
|
text-decoration: initial;
|
|
168
167
|
text-overflow: ellipsis;
|
|
169
168
|
background-color: initial;
|
|
169
|
+
display: -webkit-box;
|
|
170
|
+
-webkit-box-orient: vertical;
|
|
170
171
|
}
|
|
171
172
|
|
|
172
173
|
.the-break-char {
|