Skip to content

Commit 08cf8ab

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 7a34153 commit 08cf8ab

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

docs/api/javascript/ui/badge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Set badge shape after initialization.
373373
shape: 'rounded',
374374
}).data('kendoBadge');
375375

376-
window.setTiemout(function() {
376+
window.setTimeout(function() {
377377
badge.shape('pill')
378378
}, 1000);
379379
</script>

styles/web/common/spreadsheet.less

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,14 @@
1515

1616
cursor: default;
1717

18-
18+
.k-spreadsheet-cell-comment {
19+
position: absolute;
20+
white-space: pre-wrap;
21+
text-align: left;
22+
border-width: 1px;
23+
border-style: solid;
24+
max-width: 200px;
25+
}
1926

2027
.k-spreadsheet-pane {
2128
padding-right: 1px;
@@ -54,14 +61,6 @@
5461
border-style: solid;
5562
}
5663
}
57-
58-
.k-spreadsheet-cell-comment {
59-
position: absolute;
60-
white-space: pre-wrap;
61-
text-align: left;
62-
border-width: 1px;
63-
border-style: solid;
64-
}
6564
}
6665

6766
.k-spreadsheet-vaxis,

0 commit comments

Comments
 (0)