#dropdown-wrapper {
    max-width: 232px;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 576px) {
    #dropdown-wrapper {
        max-width: 100%;
    }
}
