Skip to content

Commit

Permalink
fix(calendar): navigation animation adjustments for angular
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Mar 12, 2021
1 parent fb15882 commit c98dae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/default/scss/calendar/_layout.scss
Expand Up @@ -509,6 +509,7 @@
table,
.k-calendar-table {
width: auto;
table-layout: auto;
}
table.k-meta-view,
.k-calendar-table.k-meta-view {
Expand Down Expand Up @@ -547,6 +548,7 @@
.k-calendar-view {
display: flex;
flex-direction: row;
box-sizing: content-box;

.k-animation-container-sm & {
flex-direction: column;
Expand Down

0 comments on commit c98dae7

Please sign in to comment.