You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 12, 2018. It is now read-only.
Time, AM/ PM selectors are cropped out in IE, minutes is not appearing so user can not view or select minutes selector. This is happening because of the width of the dialog.
The text was updated successfully, but these errors were encountered:
dmopuri
added a commit
to dmopuri/mdPickers
that referenced
this issue
Aug 9, 2016
To Fix it modify on CSS file:
this .mdp-timepicker .mdp-clock-switch-container{padding:20px;width:309px}
by this .mdp-timepicker .mdp-clock-switch-container{padding:20px;width:459px}
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Time, AM/ PM selectors are cropped out in IE, minutes is not appearing so user can not view or select minutes selector. This is happening because of the width of the dialog.
The text was updated successfully, but these errors were encountered: