diff --git a/app/views/collections/show/_column.html.erb b/app/views/collections/show/_column.html.erb
index f4043bccb..ed667047d 100644
--- a/app/views/collections/show/_column.html.erb
+++ b/app/views/collections/show/_column.html.erb
@@ -11,7 +11,7 @@
<%= render "collections/show/menu/column", column: column %>
<% end %>
- <%= link_to collection_column_path(column.collection, column), class: "btn btn--circle txt-x-small borderless cards__expander-button", data: { turbo_frame: "_top" } do %>
+ <%= link_to collection_column_path(column.collection, column), class: "cards__expander-button btn btn--circle txt-x-small borderless", data: { turbo_frame: "_top" } do %>
<%= icon_tag "expand", class: "translucent" %>
Expand column
<% end %>
diff --git a/app/views/collections/show/_expander.html.erb b/app/views/collections/show/_expander.html.erb
index 42a2035ff..91e6466da 100644
--- a/app/views/collections/show/_expander.html.erb
+++ b/app/views/collections/show/_expander.html.erb
@@ -1,6 +1,6 @@
-
+
+
<%= yield if block_given? %>
diff --git a/app/views/collections/show/_stream.html.erb b/app/views/collections/show/_stream.html.erb
index 9d0d932b3..e55f33662 100644
--- a/app/views/collections/show/_stream.html.erb
+++ b/app/views/collections/show/_stream.html.erb
@@ -12,6 +12,7 @@
Expand column
<% end %>
+
<%= render "columns/show/add_card_button", collection: collection %>
<% if page.used? %>