UNPKG

@andy922200/vue-tw-zip-code-selector

Version:
21 lines (20 loc) 601 B
.TwZipSelectCore__wrapper { width: 100%; padding: 5px; display: flex; } @media screen and (max-width: 500px) { .TwZipSelectCore__wrapper { flex-wrap: wrap; } } .TwZipSelectCore__wrapper .TwZipSelectCore__select { text-align-last: center; width: 50%; max-width: 300px; padding: 5px 0px; height: 2rem; margin: 10px; } @media screen and (max-width: 500px) { .TwZipSelectCore__wrapper .TwZipSelectCore__select { max-width: unset; width: 100%; } } .TwZipSelectCore__wrapper .TwZipSelectCore__select option { direction: ltr; }