Merge branch 'search-box-in-group-members-view-is-too-small-for-placeholder-in-chrome' into 'master'

Fixes: Search box in Group Members view is too small for placeholder in Chrome

Fixes #2498 

![Screen_Shot_2016-01-25_at_11.55.57_PM](/uploads/de4fda98cd8552641208b3a7a9277e35/Screen_Shot_2016-01-25_at_11.55.57_PM.png)


See merge request !2609
This commit is contained in:
Dmitriy Zaporozhets 2016-01-26 18:35:05 +00:00
commit 6d50b3ebf2
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,15 @@
.member-search-form {
float: left;
input[type='search'] {
width: 225px;
vertical-align: bottom;
@media (max-width: $screen-xs-max) {
width: 100px;
vertical-align: bottom;
}
}
}
.milestone-row {