File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff line change 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 ;
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 ,
You can’t perform that action at this time.
0 commit comments