From 8ff9da016b96d2237aeda9c887f269eaee31115d Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Mon, 8 Sep 2025 15:53:14 -0500 Subject: [PATCH] Use px so help Windows out --- app/assets/stylesheets/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/popup.css b/app/assets/stylesheets/popup.css index 7a8376b84..07b0b6eca 100644 --- a/app/assets/stylesheets/popup.css +++ b/app/assets/stylesheets/popup.css @@ -37,7 +37,7 @@ } .card & { - inline-size: 28ch; + inline-size: 260px; } }