From 1e62ae8c9472ad9041f22434dfaf9f4c2216fa6e Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 21 Jul 2025 13:32:56 -0500 Subject: [PATCH 01/12] Set min-width on popup__items --- app/assets/stylesheets/popup.css | 1 + app/views/cards/assignments/new.html.erb | 2 +- app/views/cards/display/perma/_collection.html.erb | 2 +- app/views/cards/index/_closure_filter.html.erb | 4 ++-- app/views/cards/index/_collections_filter.html.erb | 6 +++--- app/views/cards/index/_workflow_filter.html.erb | 4 ++-- app/views/cards/show/_collections.html.erb | 6 +++--- app/views/cards/taggings/new.html.erb | 2 +- app/views/events/filter/_all_collections_option.html.erb | 4 ++-- app/views/events/filter/_collection_option.html.erb | 2 +- app/views/events/filter/_tag.html.erb | 2 +- app/views/events/filter/_user.html.erb | 2 +- app/views/filters/_assignees.html.erb | 4 ++-- app/views/filters/_closers.html.erb | 2 +- app/views/filters/_creators.html.erb | 2 +- app/views/filters/_indexed_by.html.erb | 4 ++-- app/views/filters/_stages.html.erb | 2 +- app/views/filters/_tags.html.erb | 4 ++-- app/views/filters/_time_window.html.erb | 2 +- 19 files changed, 29 insertions(+), 28 deletions(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 1b158f9e6..aeb6f3e25 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -83,6 +83,7 @@ flex: 1 1 auto; justify-content: start; + min-inline-size: 0; max-inline-size: 100%; text-align: start; diff --git a/app/views/cards/assignments/new.html.erb b/app/views/cards/assignments/new.html.erb index fc393908a..3bcb14047 100644 --- a/app/views/cards/assignments/new.html.erb +++ b/app/views/cards/assignments/new.html.erb @@ -16,7 +16,7 @@ <% @collection.users.active.alphabetically.each do |user| %>