Skip to content

Commit

Permalink
Fix search outside container (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
810 committed Oct 19, 2016
1 parent fd7a969 commit 2365fe8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -1114,3 +1114,7 @@ div.krating > label:active {
margin-right: 10px;
margin-bottom: 10px;
}

.search-query {
width: auto;
}
Expand Up @@ -1255,3 +1255,7 @@ div.moderators {
margin-right: 10px;
margin-bottom: 10px;
}

.search-query {
width: auto;
}

0 comments on commit 2365fe8

Please sign in to comment.