Skip to content

Commit

Permalink
Fix search outside container Kunena#4792 Port K50
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelle Kok committed Oct 21, 2016
1 parent 088ca2b commit a986039
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1115,3 +1115,7 @@ div.krating > label:active {
margin-right: 10px;
margin-bottom: 10px;
}

.search-query {
width: auto;
}
Original file line number Diff line number Diff line change
Expand Up @@ -1261,3 +1261,7 @@ div.moderators {
margin-right: 10px;
margin-bottom: 10px;
}

.search-query {
width: auto;
}

0 comments on commit a986039

Please sign in to comment.