Skip to content

Commit

Permalink
fix(sheduler): scheduler resource cells should not flex
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Sep 2, 2021
1 parent 95538ac commit 8e848d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/default/scss/scheduler/_layout.scss
Expand Up @@ -172,6 +172,7 @@
}

.k-resource-cell {
flex: none;
display: flex;
flex-wrap: wrap;
overflow: visible;
Expand Down

0 comments on commit 8e848d3

Please sign in to comment.