Skip to content

Commit f21c8a3

Browse files
committed
refactor(Calendar): improve responsive behavior
1 parent 0d7fe1c commit f21c8a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scss/_calendar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
--#{$prefix}calendar-cell-week-number-color: #{$calendar-cell-week-number-color};
3333
// scss-docs-end calendar-css-vars
3434

35+
flex-basis: 0;
3536
font-weight: initial;
3637

3738
table {
@@ -56,6 +57,10 @@
5657

5758
.calendars {
5859
display: flex;
60+
61+
@include media-breakpoint-down(sm) {
62+
flex-wrap: wrap;
63+
}
5964
}
6065

6166
.calendar-nav {

0 commit comments

Comments
 (0)