Fix alignment and truncation

This commit is contained in:
Jason Zimdars
2025-02-06 16:27:33 -06:00
parent 346ecc34af
commit 19c8cb370c
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@
inline-size: 100%;
justify-content: space-between;
text-align: start;
span {
overflow: hidden;
+3 -1
View File
@@ -62,7 +62,9 @@
<li class="filter__label"><strong>In Project</strong></li>
<li>
<%= button_tag "All Collections", type: :button, class: "btn filter__button", data: { action: "filter-form#clearCategory", filter_form_name_param: "bucket_ids[]" } %>
<%= button_tag type: :button, class: "btn filter__button", data: { action: "filter-form#clearCategory", filter_form_name_param: "bucket_ids[]" } do %>
<span>All Collections</span>
<% end %>
</li>
<% Current.user.buckets.order(:name).each do |bucket| %>
<li>