File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ <h4>{{ .title }}</h4>
179179 {{ partial "search" . }}
180180 </ div >
181181 </ ul >
182+
182183
183184 < div class ="header-cta ">
184185 < div class ="language-selector ">
@@ -237,7 +238,6 @@ <h4>{{ .title }}</h4>
237238
238239.header-cta .search-wrapper {
239240 flex-grow : 1 ;
240- margin-right : 10px ;
241241}
242242
243243.header-cta .search-wrapper input {
Original file line number Diff line number Diff line change 1- < div class ="menu-item " id ="search-menu-item " style ="width: 100% ">
2- < div class ="search-container " style ="width: 100% ">
1+ < span class ="menu-item " id ="search-menu-item " style ="width: 100% ">
2+ < span class ="search-container " style ="width: 100% ">
33 < input
44 type ="text "
55 id ="search-input "
66 placeholder ="Search... "
77 autocomplete ="off "
8- style ="width: 100% "
8+ style ="width: 100%; height: 33.5px;margin:7.2px "
99 >
1010 < span id ="search-results " class ="search-results "> </ span >
11- </ div >
12- </ div >
11+ </ span >
12+ </ span >
1313
1414< script >
1515document . addEventListener ( 'DOMContentLoaded' , function ( ) {
You can’t perform that action at this time.
0 commit comments