From 4bcc3aaebb70305b7bd86852ba52cab07ad948fa Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Mon, 30 Sep 2024 17:42:52 -0700 Subject: [PATCH] Limit Rainbow Pool filter dropdown size cuz the "Prismatic Pink: Nostalgic" stuff is gonna get pretty long if we just do the default behavior of letting it grow to max content size! --- app/assets/stylesheets/application/rainbow-pool.sass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/application/rainbow-pool.sass b/app/assets/stylesheets/application/rainbow-pool.sass index f7ea5fd7..c852a41e 100644 --- a/app/assets/stylesheets/application/rainbow-pool.sass +++ b/app/assets/stylesheets/application/rainbow-pool.sass @@ -12,6 +12,9 @@ display: contents font-weight: bold + select + width: 16ch + .rainbow-pool-list list-style-type: none display: flex