From d4634b231640d4ddc465d20d5776993bf68ae70f Mon Sep 17 00:00:00 2001 From: sharkby7e Date: Fri, 15 Nov 2024 20:47:35 -0500 Subject: [PATCH] auto scroll the table if too wide and change font size --- app/views/tools/index.html.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/tools/index.html.erb b/app/views/tools/index.html.erb index 6406932..debd078 100644 --- a/app/views/tools/index.html.erb +++ b/app/views/tools/index.html.erb @@ -5,6 +5,7 @@ <%= turbo_frame_tag :tools_index do %> <% if @tools.any? %> +
@@ -23,6 +24,7 @@ <% end %>
+
<% else %> No tools yet! <% end %>