Skip to content

Commit

Permalink
fix iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianiridian committed Sep 7, 2016
1 parent 9b95913 commit 261771f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-datepicker",
"version": "1.2.1",
"version": "1.2.5",
"authors": [
"rajeshwarpatlolla <[email protected]>"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/ionic-datepicker.bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-datepicker",
"version": "1.2.1",
"version": "1.2.5",
"description": "A date picker for ionic framework",
"main": "./dist/ionic-datepicker.bundle.min.js",
"scripts": {},
Expand Down
6 changes: 3 additions & 3 deletions src/ionic-datepicker.styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

.ionic_datepicker_popup .popup-body .show_nav .prev_btn_section button {
padding: 0;
min-width: auto;
min-width: initial;
}

.ionic_datepicker_popup .popup-body .show_nav .next_btn_section {
Expand All @@ -111,7 +111,7 @@

.ionic_datepicker_popup .popup-body .show_nav .next_btn_section button {
padding: 0;
min-width: auto;
min-width: initial;
}

.ionic_datepicker_popup .row + .row {
Expand All @@ -138,7 +138,7 @@
}

.ionic_datepicker_modal .right_arrow button, .ionic_datepicker_modal .left_arrow button {
min-width: auto;
min-width: initial;
}


Expand Down

0 comments on commit 261771f

Please sign in to comment.