<%= tag.h2 t(".title"), class: "font-medium text-lg" %>
<% unless @account.linked? %>
diff --git a/app/views/shared/_ruler.html.erb b/app/views/shared/_ruler.html.erb
index faf96d8ee..2c1ed15aa 100644
--- a/app/views/shared/_ruler.html.erb
+++ b/app/views/shared/_ruler.html.erb
@@ -1,2 +1,2 @@
<%# locals: (classes: nil) %>
-
">
+
">
diff --git a/app/views/transactions/_transaction.html.erb b/app/views/transactions/_transaction.html.erb
index 2a0d70cdf..cb54c49a2 100644
--- a/app/views/transactions/_transaction.html.erb
+++ b/app/views/transactions/_transaction.html.erb
@@ -89,7 +89,12 @@
data: { turbo_frame: "_top" },
class: "hover:underline" %>
- <%= render "categories/category_name_mobile", transaction: transaction %>
+
+ <%= render "categories/category_name_mobile", transaction: transaction %>
+ <% if transaction.merchant&.present? %>
+ • <%= transaction.merchant.name %>
+ <% end %>
+
<% end %>
diff --git a/app/views/transactions/index.html.erb b/app/views/transactions/index.html.erb
index ea9f8b5d9..5f5b889bf 100644
--- a/app/views/transactions/index.html.erb
+++ b/app/views/transactions/index.html.erb
@@ -49,7 +49,7 @@
data-controller="bulk-select checkbox-toggle"
data-bulk-select-singular-label-value="<%= t(".transaction") %>"
data-bulk-select-plural-label-value="<%= t(".transactions") %>"
- class="flex flex-col bg-container rounded-xl shadow-border-xs p-4">
+ class="flex flex-col bg-container rounded-xl shadow-border-xs px-3 py-4 lg:p-4">
<%= render "transactions/searches/search" %>
diff --git a/app/views/valuations/_valuation.html.erb b/app/views/valuations/_valuation.html.erb
index 4fbff9cc6..201628ff1 100644
--- a/app/views/valuations/_valuation.html.erb
+++ b/app/views/valuations/_valuation.html.erb
@@ -7,14 +7,14 @@
<%= turbo_frame_tag dom_id(entry) do %>
<%= turbo_frame_tag dom_id(valuation) do %>
-
-
+
+
<%= check_box_tag dom_id(entry, "selection"),
class: "checkbox checkbox--light hidden lg:block",
data: { id: entry.id, "bulk-select-target": "row", action: "bulk-select#toggleRowSelection", checkbox_toggle_target: "selectionEntry" } %>
- <%= render DS::FilledIcon.new(icon: icon, size: "sm", hex_color: color, rounded: true) %>
+ <%= render DS::FilledIcon.new(icon: icon, size: "md", hex_color: color, rounded: true) %>
<%= link_to entry.name,