diff --git a/app/views/content/show.html.erb b/app/views/content/show.html.erb
index cbb2bad4..9302f9cc 100644
--- a/app/views/content/show.html.erb
+++ b/app/views/content/show.html.erb
@@ -74,18 +74,22 @@
-
-
-
-
- <% @serialized_content.data[:categories].each do |category| %>
- <%= link_to "##{category[:label]}", class: "text-gray-700 block px-4 py-2 text-sm font-medium bg-white hover:bg-gray-100 border-b border-gray-100", id: category[:id], data: { action: "dropdown#toggle" } do %>
- <%= category[:icon] %>
- <%= category[:label] %>
- <% end %>
- <% end %>
-
+
+
+
+
+ <% @serialized_content.data[:categories].each do |category| %>
+ <%= link_to "##{category[:label]}", class: "text-gray-700 block px-4 py-2 text-sm font-medium bg-white hover:bg-gray-100 border-b border-gray-100", id: category[:id], data: { action: "dropdown#toggle" } do %>
+ <%= category[:icon] %>
+ <%= category[:label] %>
+ <% end %>
+ <% end %>
+
+ <%#
+ DEV NOTE: This dropdown menu makes the following elements wrap; however, nesting it under the