diff --git a/app/views/settings/item_sets/index.html.erb b/app/views/settings/item_sets/index.html.erb
index 76838f4a..1294c82f 100644
--- a/app/views/settings/item_sets/index.html.erb
+++ b/app/views/settings/item_sets/index.html.erb
@@ -12,32 +12,48 @@
<%= link_to t('.new', :default => t("helpers.links.new")),new_settings_item_set_path,:class => 'btn btn-primary btn-lg float-right waves-effect"' %>
-
-
-
-
- | Name |
- Alt Name |
- Min selectable qty |
- Max selectable qty |
- Action |
-
-
-
- <% @settings_item_sets.each do |item| %>
-
- | <%= item.name %> |
- <%= item.alt_name %> |
- <%= item.min_selectable_qty %> |
- <%= item.max_selectable_qty %> |
- <%= link_to 'Show', settings_item_set_path(item),:class=>'btn btn-sm btn-success' %>
- <%= link_to 'Edit', edit_settings_item_set_path(item),:class=>'btn btn-sm btn-primary' %>
- <%= link_to 'Destroy', settings_item_set_path(item), method: :delete, data: { confirm: 'Are you sure?' } ,:class=>'btn btn-danger btn-sm'%> |
-
- <% end %>
-
-
+
+
+
+
+
+
+ | Name |
+ Alt Name |
+ Min selectable qty |
+ Max selectable qty |
+ Action |
+
+
+
+
+ <% @settings_item_sets.each do |item| %>
+
+ | <%= item.name %> |
+ <%= item.alt_name %> |
+ <%= item.min_selectable_qty %> |
+ <%= item.max_selectable_qty %> |
+ <%= link_to 'Show', settings_item_set_path(item),:class=>'btn btn-sm btn-success' %>
+ <%= link_to 'Edit', edit_settings_item_set_path(item),:class=>'btn btn-sm btn-primary' %>
+ <%= link_to 'Destroy', settings_item_set_path(item), method: :delete, data: { confirm: 'Are you sure?' } ,:class=>'btn btn-danger btn-sm'%> |
+
+ <% end %>
+
+
+
+
+
+
+
+
+ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
+
+
+