@worktile/theia 18.1.2 → 18.1.4
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.
|
@@ -12,6 +12,9 @@
|
|
|
12
12
|
&.heading-list {
|
|
13
13
|
.show-text {
|
|
14
14
|
width: 38px;
|
|
15
|
+
overflow: hidden;
|
|
16
|
+
text-overflow: ellipsis;
|
|
17
|
+
white-space: nowrap;
|
|
15
18
|
}
|
|
16
19
|
}
|
|
17
20
|
&.font-size {
|
|
@@ -52,7 +55,7 @@
|
|
|
52
55
|
margin: auto 0;
|
|
53
56
|
color: variables.$gray-800;
|
|
54
57
|
font-weight: bold;
|
|
55
|
-
line-height:
|
|
58
|
+
line-height: inherit;
|
|
56
59
|
}
|
|
57
60
|
}
|
|
58
61
|
}
|
|
@@ -2676,8 +2676,8 @@ var enUsLocale = {
|
|
|
2676
2676
|
id: TheLocaleType.enUs,
|
|
2677
2677
|
translations: {
|
|
2678
2678
|
link: 'Link',
|
|
2679
|
-
conversion: 'Convert
|
|
2680
|
-
conversionHint: '
|
|
2679
|
+
conversion: 'Convert',
|
|
2680
|
+
conversionHint: 'Detected markdown syntax in pasted content.',
|
|
2681
2681
|
search: 'Search',
|
|
2682
2682
|
noData: 'No data available',
|
|
2683
2683
|
searchResult: 'Search results',
|