Skip to content

Commit c46503a

Browse files
patmellonJoelMarcey
authored andcommitted
Increase width of search results dropdown (#136)
1 parent c96b60d commit c46503a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

_sass/search.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ input[type='search'] {
7777
border-color: rgba(57, 57, 57, 0.3);
7878
}
7979

80+
.navSearchWrapper .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
81+
@include desktop {
82+
word-wrap: normal;
83+
}
84+
}
85+
8086
input#search-input {
8187
background-color: inherit;
8288
border: none;
@@ -345,13 +351,16 @@ input::placeholder {
345351
overflow-y: scroll;
346352
@include desktop {
347353
height: auto;
348-
min-width: 500px;
354+
min-width: 700px;
349355
overflow-y: hidden;
350356
}
351357
@include small-desktop {
352358
height: 700px;
353359
overflow-y: scroll;
354360
}
361+
@media (min-width: 769px) and (max-width: 1024px) {
362+
min-width: 950px;
363+
}
355364
}
356365
}
357366
/* End of Search */

0 commit comments

Comments
 (0)