Skip to content

Commit

Permalink
chore(gantt): force box-sixing for k-gantt-timeline children
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed Jan 11, 2024
1 parent 4a6a0cb commit e7ded16
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/default/scss/gantt/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,14 @@
height: 100%;
border-width: 0;
display: flex;

*,
*::before,
*::after,
&::before,
&::after {
box-sizing: border-box;
}
}
.k-grid-header {}
.k-grid-content {
Expand Down
8 changes: 8 additions & 0 deletions packages/fluent/scss/gantt/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,14 @@
height: 100%;
border-width: 0;
display: flex;

*,
*::before,
*::after,
&::before,
&::after {
box-sizing: border-box;
}
}
.k-grid-header {}
.k-grid-content {
Expand Down

0 comments on commit e7ded16

Please sign in to comment.