diff --git a/components/o-header/src/scss/features/_search.scss b/components/o-header/src/scss/features/_search.scss index 1c60778f72..b8fbc7cb0b 100644 --- a/components/o-header/src/scss/features/_search.scss +++ b/components/o-header/src/scss/features/_search.scss @@ -39,7 +39,8 @@ align-items: center; .o-forms-input--text.o-forms-input--suffix { - width: 90%; + width: 100%; + max-width: 640px; margin-top: 10px; } }