From 3c97c856499163a7feb0d404bd3ba3dd0e04d86d Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 7 Feb 2022 19:24:39 +0800 Subject: [PATCH] Fix bug. --- app/views/admin/cancerpredicts/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/cancerpredicts/index.html.erb b/app/views/admin/cancerpredicts/index.html.erb index dd740c1..0cb2234 100644 --- a/app/views/admin/cancerpredicts/index.html.erb +++ b/app/views/admin/cancerpredicts/index.html.erb @@ -32,7 +32,7 @@ display: none; } table.advance_mode .<%=field%>{ - display: inherit; + display: table-cell; } <% end%> .solid_line_hr{