From 0ebff5a9e53220cb05105ce85519cf68500cc497 Mon Sep 17 00:00:00 2001 From: Bohung Date: Mon, 7 Feb 2022 19:23:59 +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{