Skip to content

Commit

Permalink
fix(calendar): long month names overlapping in infinite calendar navi…
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Feb 14, 2022
1 parent ff737ea commit 68a97b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/default/scss/calendar/_layout.scss
Expand Up @@ -363,6 +363,9 @@
line-height: $calendar-navigation-item-height;
cursor: pointer;
padding: 0 1em;
overflow: hidden;
white-space: nowrap;
text-overflow: clip;
}
}

Expand Down

0 comments on commit 68a97b3

Please sign in to comment.