Skip to content

Commit 0437286

Browse files
v1.2.0 release
1 parent f881741 commit 0437286

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ Few more features are also added apart from the above mentioned features.
346346

347347
Lots of bug fixes. Lots of PR's merged.
348348
349+
CSS changes for popup, so that all the dates of all the months fits in the specified height.
350+
349351
350352
##License:
351353
[MIT](https://github.com/rajeshwarpatlolla/ionic-datepicker/blob/master/LICENSE.MD "MIT")

src/ionic-datepicker.styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
}
103103

104104
.ionic_datepicker_popup .popup-body .show_nav {
105-
padding: 10px 0 0 0;
105+
padding: 5px 0 0 0;
106106
}
107107

108108
.ionic_datepicker_popup .popup-body .show_nav .prev_btn_section {

0 commit comments

Comments
 (0)