From f7e7d45db6636bc5df24fd967bd7220f0cd89ae9 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 1 Jul 2018 22:28:47 +0200 Subject: [PATCH] small resp.-fix for inputs --- templates/standalone/inputs.lucius | 7 +++++++ 1 file changed, 7 insertions(+) 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;