(css) Improve month view of Calendar module

pull/207/head
Francis Lachapelle 2016-05-11 13:49:41 -04:00
parent 55367cdc97
commit 26c1f26881
1 changed files with 1 additions and 0 deletions

View File

@ -471,6 +471,7 @@ $quarter_height: 10px;
.monthView {
.dayLabels {
// Cells of week days of all the same width
border-bottom: 1px solid $colorGrey100;
flex: 1 1 0;
text-align: center;
}