adds max-width only for new filter dropdown

This commit is contained in:
Nur Rony 2017-02-09 15:14:20 +06:00
parent 7ecdb68d63
commit be65329ce4
No known key found for this signature in database
GPG Key ID: C81C7EA1631632D5
1 changed files with 1 additions and 1 deletions

View File

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