Skip to content

Commit

Permalink
fix(scheduler): use scheduler-cell-padding variable for all cells
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jul 13, 2021
1 parent 88e5be1 commit 12fa675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/scheduler/_layout.scss
Expand Up @@ -138,7 +138,7 @@
.k-scheduler-cell {
display: flex;
flex: 1 1 100%;
padding: $cell-padding;
padding: $scheduler-cell-padding-y $scheduler-cell-padding-y;
min-height: 1.5em;
overflow: hidden;
white-space: nowrap;
Expand Down

0 comments on commit 12fa675

Please sign in to comment.