From 75645994bd51f7e38f2ed54550c99914ba5c4ccd Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Tue, 27 Aug 2024 17:10:28 +0200 Subject: [PATCH] =?UTF-8?q?Style=20improvements=20(wider=20input=20fields)?= =?UTF-8?q?=20thanks=20to=20Joseph=20R=C3=A9zeau?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index f16a367..dba7268 100644 --- a/styles.css +++ b/styles.css @@ -1,9 +1,14 @@ -.tiny_cloze img { - cursor: pointer; +@media (min-width: 992px) { + .tiny_cloze .form-control { + width: 500px; + } + .tiny_cloze_col0 .form-group { + width: 550px; + } } -.tiny_cloze .form-control { - width: unset; +.tiny_cloze img { + cursor: pointer; } .tiny_cloze .error { @@ -15,7 +20,6 @@ } .tiny_cloze_answers { - height: 375px; overflow-x: hidden; }