Skip to content

Commit

Permalink
chore: update visual previews
Browse files Browse the repository at this point in the history
  • Loading branch information
kendo-bot authored and Juveniel committed Jan 10, 2024
1 parent 67dad4a commit b626a79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/gantt/gantt-row-reordering.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.k-gantt-treelist {
width: 250px;
}
.k-gantt-timeline {
.k-gantt-timeline-pane {
flex: 1;
overflow: auto;
}
Expand Down Expand Up @@ -569,8 +569,8 @@
<div class="k-splitbar k-splitbar-horizontal k-splitbar-draggable-horizontal" style="height: 604px;">
<div class="k-resize-handle"></div>
</div>
<div class="k-gantt-timeline">
<div class="k-timeline k-grid k-grid-md">
<div class="k-gantt-timeline-pane">
<div class="k-gantt-timeline k-grid k-grid-md">
<div class="k-grid-header">
<div class="k-grid-header-wrap">
<table class="k-table k-table-md k-grid-header-table" style="width: 4200px;">
Expand Down
6 changes: 3 additions & 3 deletions tests/gantt/gantt.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.k-gantt-treelist {
width: 250px;
}
.k-gantt-timeline {
.k-gantt-timeline-pane {
flex: 1;
overflow: auto;
}
Expand Down Expand Up @@ -405,8 +405,8 @@
<div class="k-splitbar k-splitbar-horizontal k-splitbar-draggable-horizontal" style="height: 604px;">
<div class="k-resize-handle"></div>
</div>
<div class="k-gantt-timeline">
<div class="k-timeline k-grid k-grid-md">
<div class="k-gantt-timeline-pane">
<div class="k-gantt-timeline k-grid k-grid-md">
<div class="k-grid-header">
<div class="k-grid-header-wrap">
<table class="k-table k-table-md k-grid-header-table" style="width: 4200px;">
Expand Down

0 comments on commit b626a79

Please sign in to comment.