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; } }