File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 < form [formGroup] ="searchForm " (ngSubmit) ="onSubmit(searchForm.value) " autocomplete ="on " class ="d-flex ">
44 < input #searchInput [@toggleAnimation] ="isExpanded " [attr.aria-label] ="('nav.search' | translate) " name ="query "
55 formControlName ="query " type ="text " placeholder ="{{searchExpanded ? ('nav.search' | translate) : ''}} "
6- class ="bg-transparent position-absolute form-control dropdown-menu-right pl-1 pr-4 "
6+ class ="bg-transparent position-absolute form-control dropdown-menu-right pl-1 pr-4 search-input "
77 [class.display] ="searchExpanded ? 'inline-block' : 'none' "
88 [tabIndex] ="searchExpanded ? 0 : -1 "
99 [attr.data-test] ="'header-search-box' | dsBrowserOnly ">
Original file line number Diff line number Diff line change @@ -28,3 +28,8 @@ input[type="text"] {
2828
2929}
3030
31+ @media screen and (max-width : map-get ($grid-breakpoints , sm )) {
32+ .search-input {
33+ width : 55vw !important ;
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments