Skip to content

Commit

Permalink
add fixes according to the review
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed Sep 6, 2023
1 parent a8da09b commit a989ca0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/SearchField/SearchFieldAdvanced.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function SearchFieldAdvanced(props) {
role="search"
onSubmit={handleSubmit}
onReset={handleClear}
className="pgn__searchfield-form d-flex align-items-center w-100"
className="pgn__searchfield-form"
aria-label={formAriaLabel}
>
<SearchFieldContext.Provider
Expand Down
3 changes: 3 additions & 0 deletions src/SearchField/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
border: $search-border-width solid $search-border-color;

.pgn__searchfield-form {
display: flex;
align-items: center;
width: 100%;
background-color: $search-form-background-color;
}

Expand Down

0 comments on commit a989ca0

Please sign in to comment.