From f4c09e9e90ba0e95fb0699ca6445d92b3a382af5 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Thu, 4 May 2017 11:25:22 -0400 Subject: [PATCH] fix select input widths regression in user preferences --- app/assets/stylesheets/desktop/user.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 197e9003297..bbcece1d39b 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -68,8 +68,8 @@ } } - .category-notifications .controls, .tag-notifications .controls { - select { + .notifications, .category-notifications, .tag-notifications, .user-custom-preferences-outlet { + .controls select { width: 280px; } }