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; }