Skip to content

Commit

Permalink
fix(gantt): remove gantt splitter double border
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jan 29, 2024
1 parent 5101833 commit 259844f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/gantt/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@
display: inline-flex;
}

// Splitter
.k-gantt-splitter {
border-width: 0;
}

// React gantt
.k-treelist-scrollable {
width: 100%;
Expand Down
5 changes: 5 additions & 0 deletions packages/fluent/scss/gantt/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
display: inline-flex;
}

// Splitter
.k-gantt-splitter {
border-width: 0;
}

// React gantt
.k-treelist-scrollable {
width: 100%;
Expand Down

0 comments on commit 259844f

Please sign in to comment.