Skip to content

Commit

Permalink
patched line height issue
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Mar 27, 2016
1 parent 26beed1 commit f357cb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions dist/css/md-date-time-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
transform-origin: 0 0;
display: table;
border-radius: 3px;
line-height: normal;
overflow: hidden;
z-index: 99999; }
.mddtp-picker .mddtp-picker__header {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/md-date-time-picker.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/md-date-time-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,7 @@ var _createClass = function () { function defineProperties(target, props) { for
return mdDateTimePicker;
}(); /**
* @package md-date-time-picker
* @version [0.4.0]
* @version [0.4.1]
* @author Puranjay Jain <puranjay.jain@st.niituniversity.in>
* @license MIT
* @website puranjayjain.github.io/md-date-time-picker
Expand Down
2 changes: 1 addition & 1 deletion src/js/md-date-time-picker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @package md-date-time-picker
* @version [0.4.0]
* @version [0.4.1]
* @author Puranjay Jain <puranjay.jain@st.niituniversity.in>
* @license MIT
* @website puranjayjain.github.io/md-date-time-picker
Expand Down
1 change: 1 addition & 0 deletions src/scss/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
transform-origin: 0 0;
display: table;
border-radius: 3px;
line-height: normal;
overflow: hidden;
z-index: 99999;
.mddtp-picker__header {
Expand Down

0 comments on commit f357cb9

Please sign in to comment.