From 98dc6917930f59888cfe57a6f08bc4a922f5ed94 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 12 Dec 2018 15:24:00 -0500 Subject: [PATCH] Fit month view to window size Fixes #4554 --- NEWS | 1 + UI/Templates/SchedulerUI/UIxCalMonthView.wox | 2 +- UI/WebServerResources/scss/views/SchedulerUI.scss | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 2dc79d15a..7ab703be7 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ Enhancements - [web] show source addressbook of matching contacts in appointment editor (#4579) - [web] improve display of keyboard shortcuts - [web] show time for messages of yesterday (#4599) + - [web] fit month view to window size (#4554) Bug fixes - [sogo-tool] fixed "manage-acl unsubscribe" command (#4591) diff --git a/UI/Templates/SchedulerUI/UIxCalMonthView.wox b/UI/Templates/SchedulerUI/UIxCalMonthView.wox index 59c30ca69..5d012d396 100644 --- a/UI/Templates/SchedulerUI/UIxCalMonthView.wox +++ b/UI/Templates/SchedulerUI/UIxCalMonthView.wox @@ -71,7 +71,7 @@
diff --git a/UI/WebServerResources/scss/views/SchedulerUI.scss b/UI/WebServerResources/scss/views/SchedulerUI.scss index f51500216..a78cd1cf7 100644 --- a/UI/WebServerResources/scss/views/SchedulerUI.scss +++ b/UI/WebServerResources/scss/views/SchedulerUI.scss @@ -555,6 +555,9 @@ $quarter_height: 10px; flex: 1 1 0; text-align: center; } + md-grid-list { + height: 100%; + } md-grid-tile { // Border of month day cell border-right: 1px solid $colorGrey100;