Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spivurno/9680c3aa2791e0558668b285c369618d to your computer and use it in GitHub Desktop.
Save spivurno/9680c3aa2791e0558668b285c369618d to your computer and use it in GitHub Desktop.
@media only screen and (max-width: 480px) {
.ui-datepicker.ui-datepicker-inline {
width: 100%;
}
.ui-datepicker.ui-datepicker-inline td span, .ui-datepicker.ui-datepicker-inline td a {
width: auto;
display: block;
}
.ui-datepicker-inline .ui-datepicker-calendar td:first-child .ui-state-active {
width: auto;
height: auto;
margin-bottom: -1px;
}
.gform_wrapper .ui-datepicker-inline .ginput_container span:not(.ginput_price) {
margin: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment