diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 46a15941d..75ef7f5d3 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -122,6 +122,12 @@ } .popup__list { + display: flex; + flex-direction: column; + inline-size: 100%; + margin: 0; + max-inline-size: 100%; + padding: 0; row-gap: 2px; } diff --git a/app/views/cards/assignments/new.html.erb b/app/views/cards/assignments/new.html.erb index a5abad19c..9ab019cac 100644 --- a/app/views/cards/assignments/new.html.erb +++ b/app/views/cards/assignments/new.html.erb @@ -12,7 +12,7 @@ type: "search", autocorrect: "off", autocomplete: "off", data: { "1p-ignore": "true", filter_target: "input", action: "input->filter#filter" } %> <% end %> - <% end %> Tags -