We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f881741 commit 0437286Copy full SHA for 0437286
README.md
@@ -346,6 +346,8 @@ Few more features are also added apart from the above mentioned features.
346
347
Lots of bug fixes. Lots of PR's merged.
348
349
+CSS changes for popup, so that all the dates of all the months fits in the specified height.
350
+
351
352
##License:
353
[MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT")
src/ionic-datepicker.styles.css
@@ -102,7 +102,7 @@
102
}
103
104
.ionic_datepicker_popup .popup-body .show_nav {
105
- padding: 10px 0 0 0;
+ padding: 5px 0 0 0;
106
107
108
.ionic_datepicker_popup .popup-body .show_nav .prev_btn_section {
0 commit comments