Skip to content

Commit

Permalink
Merge pull request #1964 from PenghaiZhang/feature/ebp-improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Jun 30, 2020
1 parent 2569aee commit 3f5c1f9
Showing 1 changed file with 7 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1922,23 +1922,19 @@ div.skinnysearch {
overflow: hidden;
}

@media only screen and (max-width: 1200px) {
.autocompleteControl .autocomplete-container {
float: left;
width: 85%;
}
.autocompleteControl .autocomplete-container {
float: left;
// 120px for width of the select button and padding with default text 'select'.
width: calc(100% - 120px);
}

@media only screen and (min-width: 1201px) {
.autocompleteControl .autocomplete-container {
float: left;
width: 96%;
}
.autocompleteControl .btn {
float: right;
}

#wizard-controls .autocompleteControl input[type="text"] {
height: 34px;
width: 98%;
width: 100%;
}

.ac_odd {
Expand Down

0 comments on commit 3f5c1f9

Please sign in to comment.