Last active
February 7, 2020 20:50
-
-
Save spivurno/9680c3aa2791e0558668b285c369618d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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