Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #601 from marcom-unimelb/fix-search-form-overflow
Browse files Browse the repository at this point in the history
Fix search form overflow
  • Loading branch information
axelboc committed Apr 6, 2016
2 parents d4e44cd + 6f78814 commit d18e2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/targets/injection/header/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@
// dupe
.inline {
display: table;
overflow: hidden;
position: relative;
width: 100%;

Expand Down Expand Up @@ -664,7 +665,6 @@
vertical-align: middle;

&.fill {
overflow: hidden;
width: 100%;
}
}
Expand Down

0 comments on commit d18e2dc

Please sign in to comment.