From b19d50f3558b7d2d85cda977d4316da6959d06d3 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 23 Apr 2020 23:12:58 +0200 Subject: [PATCH] FIX: site settings dropdown can be 440px width (#9539) --- app/assets/stylesheets/common/select-kit/select-kit.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/select-kit/select-kit.scss b/app/assets/stylesheets/common/select-kit/select-kit.scss index c5ec3aa374a..ea54fe8b9e5 100644 --- a/app/assets/stylesheets/common/select-kit/select-kit.scss +++ b/app/assets/stylesheets/common/select-kit/select-kit.scss @@ -27,7 +27,7 @@ top: 0; align-items: center; justify-content: center; - max-width: 400px; + max-width: 450px; } .select-kit-collection {