From fa7d56437d6ad5de2df01f0127c2af1ce1432bf6 Mon Sep 17 00:00:00 2001 From: chiu Date: Thu, 28 May 2020 21:50:40 +0800 Subject: [PATCH] fix css error --- app/views/asks/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/asks/index.html.erb b/app/views/asks/index.html.erb index e30d2fe..285d121 100644 --- a/app/views/asks/index.html.erb +++ b/app/views/asks/index.html.erb @@ -39,6 +39,7 @@ .ask-question .form-horizontal .control-group .controls{ margin: 0; display: inline-flex; + flex-wrap: wrap; align-items: center; overflow: hidden; position: relative;