diff --git a/templates/standalone/inputs.lucius b/templates/standalone/inputs.lucius index 19c0988a7..ad6771a38 100644 --- a/templates/standalone/inputs.lucius +++ b/templates/standalone/inputs.lucius @@ -140,6 +140,13 @@ option { box-shadow: inset 0 1px 2px 1px rgba(50,50,50,.05); } +@media (max-width: 425px) { + + select, option { + width: 100%; + } +} + /* CUSTOM LEGACY CHECKBOX AND RADIO BOXES */ input[type="checkbox"] { position: relative;