diff options
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 3d6e90ccfd1..ff31e7f7b3d 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -136,7 +136,7 @@ border-radius: $border-radius-base; box-shadow: 0 2px 4px $dropdown-shadow-color; - @media (min-width: $screen-md-min) { + .filtered-search-input-container & { max-width: 280px; } |