@worktile/theia 19.0.2 → 19.0.5
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: 'Detected markdown syntax in pasted content',
|
|
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',
|
|
@@ -2732,7 +2732,7 @@ var enUsLocale = {
|
|
|
2732
2732
|
verticalAlignBottom: 'Align bottom',
|
|
2733
2733
|
blockquote: 'Quote',
|
|
2734
2734
|
blockquoteDesc: 'Insert quote',
|
|
2735
|
-
code: 'Code
|
|
2735
|
+
code: 'Code block',
|
|
2736
2736
|
codeDesc: 'Insert code with syntax highlighting',
|
|
2737
2737
|
fontColor: 'Font color',
|
|
2738
2738
|
backgroundColor: 'Hignlight color',
|