From 5850701da77726b8c07d53652e1f7680eff34f94 Mon Sep 17 00:00:00 2001 From: Zach Gollwitzer Date: Fri, 18 Jul 2025 15:12:11 -0400 Subject: [PATCH] trade partial alignment fix --- app/views/trades/_trade.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/trades/_trade.html.erb b/app/views/trades/_trade.html.erb index 078d7436..02245edf 100644 --- a/app/views/trades/_trade.html.erb +++ b/app/views/trades/_trade.html.erb @@ -5,7 +5,7 @@ <%= turbo_frame_tag dom_id(entry) do %> <%= turbo_frame_tag dom_id(trade) do %>
text-sm font-medium p-4"> -
+
<%= check_box_tag dom_id(entry, "selection"), class: "checkbox checkbox--light", data: { id: entry.id, "bulk-select-target": "row", action: "bulk-select#toggleRowSelection" } %>