From 7f1bf3be494a80fa9e593237ea890194634acc86 Mon Sep 17 00:00:00 2001 From: jack Date: Sun, 19 Nov 2023 16:22:49 +0800 Subject: [PATCH] fix css for selace box --- app/assets/stylesheets/ask/ask.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/ask/ask.css b/app/assets/stylesheets/ask/ask.css index 45aeb8c..f0adc19 100644 --- a/app/assets/stylesheets/ask/ask.css +++ b/app/assets/stylesheets/ask/ask.css @@ -32,7 +32,6 @@ .ask-question-form input[type="text"], .ask-question-form textarea, .ask-question-form select { - height: 2.1em; line-height: 2.1em; width: 220px; background-color: #FFF; @@ -40,6 +39,11 @@ border-radius: 0.3em; } +.ask-question-form input[type="text"], +.ask-question-form textarea { + height: 2.1em; +} + .ask-question-form textarea { width: 97%; height: 180px;