diff --git a/README.md b/README.md index d0da328a..9b99621e 100755 --- a/README.md +++ b/README.md @@ -346,6 +346,8 @@ Few more features are also added apart from the above mentioned features. Lots of bug fixes. Lots of PR's merged. +CSS changes for popup, so that all the dates of all the months fits in the specified height. + ##License: [MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT") diff --git a/src/ionic-datepicker.styles.css b/src/ionic-datepicker.styles.css index 5b6d19e3..b18272c5 100755 --- a/src/ionic-datepicker.styles.css +++ b/src/ionic-datepicker.styles.css @@ -102,7 +102,7 @@ } .ionic_datepicker_popup .popup-body .show_nav { - padding: 10px 0 0 0; + padding: 5px 0 0 0; } .ionic_datepicker_popup .popup-body .show_nav .prev_btn_section {