Skip to content

Commit

Permalink
refactor line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
markallenramirez committed Sep 11, 2023
1 parent c4b82f9 commit 6122284
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,11 @@ $fluent-scheduler-agenda-time-panel-cell-padding: 8px;

&:last-child {
font-size: $fluent-scheduler-header-panel-day-font-size;
line-height: $fluent-scheduler-header-panel-day-font-size * 2;
line-height: $fluent-scheduler-header-panel-day-font-size + 19;

.dx-scheduler-header-panel-current-time-cell & {
line-height: $fluent-scheduler-header-panel-day-font-size + 16;
}
}
}
}
Expand Down

0 comments on commit 6122284

Please sign in to comment.