diff --git a/src/assets/styles/globals.css b/src/assets/styles/globals.css index a788f3360..2008a97be 100644 --- a/src/assets/styles/globals.css +++ b/src/assets/styles/globals.css @@ -30,3 +30,25 @@ body { height: 44px; width: 133px; } + +/* header search styles */ +.header-search { + input { + max-width: unset; + } +} + +.search-input-container { + max-width: unset !important; +} + +.search-input { + max-width: unset !important; +} + +.search-button { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + height: 42px; + width: 45px; +}