Skip to content

Commit

Permalink
feat: adjust search bar width according to the designs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel committed Jul 9, 2024
1 parent 765bc3f commit 77707f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/o-header/src/scss/features/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 77707f9

Please sign in to comment.