From e54a180511ce1f2fc0a3bbc2d45af4dc2b7e75f5 Mon Sep 17 00:00:00 2001 From: chiu Date: Sat, 4 Jul 2020 21:48:00 +0800 Subject: [PATCH] fix rwd style --- app/views/asks/index.html.erb | 2 +- modules/ask/_ask_widget_form.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/asks/index.html.erb b/app/views/asks/index.html.erb index 45e62db..613583e 100644 --- a/app/views/asks/index.html.erb +++ b/app/views/asks/index.html.erb @@ -32,7 +32,7 @@ .ask-question .form-horizontal .control-label{ width: 24%; max-width: 15em; - min-width: 14em; + min-width: 7em; padding: 0; text-align: center; } diff --git a/modules/ask/_ask_widget_form.html.erb b/modules/ask/_ask_widget_form.html.erb index 2630bda..f232130 100644 --- a/modules/ask/_ask_widget_form.html.erb +++ b/modules/ask/_ask_widget_form.html.erb @@ -21,7 +21,7 @@ .ask-question .form-horizontal .control-label{ width: 24%; max-width: 15em; - min-width: 14em; + min-width: 7em; padding: 0; text-align: center; }