From 3884dfff5e7ac7aff6ec8363b2b4019d2750d74e Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 8 Sep 2025 15:24:09 -0500 Subject: [PATCH] Bump the width of the tag dialog --- app/assets/stylesheets/popup.css | 3 +-- app/views/cards/taggings/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index eb3743f2e..7a8376b84 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -37,8 +37,7 @@ } .card & { - min-inline-size: 25ch; - max-inline-size: 25ch; + inline-size: 28ch; } } diff --git a/app/views/cards/taggings/new.html.erb b/app/views/cards/taggings/new.html.erb index 48876fc29..fda452f3a 100644 --- a/app/views/cards/taggings/new.html.erb +++ b/app/views/cards/taggings/new.html.erb @@ -1,5 +1,5 @@ <%= turbo_frame_tag @card, :tagging do %> -