From ae86a17f989c164ee6f53b555d12dcecad769c49 Mon Sep 17 00:00:00 2001 From: Lorenzo Stanco Date: Wed, 11 Jan 2017 17:40:00 +0100 Subject: [PATCH] Fixed months/years grid display for minimal theme Before: ![Before](http://i.imgur.com/hb7YtvJ.png) After: ![After](http://i.imgur.com/hTzFOD0.png) --- Source/datepicker_minimal/datepicker_minimal.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/datepicker_minimal/datepicker_minimal.css b/Source/datepicker_minimal/datepicker_minimal.css index 0330602..19cf6cd 100644 --- a/Source/datepicker_minimal/datepicker_minimal.css +++ b/Source/datepicker_minimal/datepicker_minimal.css @@ -160,6 +160,7 @@ Months */ .datepicker_minimal .months { + width: 100%; height: 100%; } .datepicker_minimal .month { @@ -177,6 +178,7 @@ Years */ .datepicker_minimal .years { + width: 100%; height: 100%; } .datepicker_minimal .year {