Show dates in calendar week selection

This commit is contained in:
Raphael Michel
2020-10-05 17:29:19 +02:00
parent a31f0c1bc8
commit e9a972ad60
5 changed files with 14 additions and 8 deletions

View File

@@ -124,3 +124,8 @@
#monthselform .row > div {
margin-bottom: 15px;
}
@media(min-width: $screen-md-min) {
.select-calendar-week-short {
max-width: 50%;
}
}