Skip to content

Commit

Permalink
fix(search): prevent text clip in search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jun 23, 2021
1 parent d5ad5b8 commit c107638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar/SearchBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
display: inline-block;
width: 100%;
height: 100%;
padding: 0 12px 0 36px;
padding: 0 36px 0 36px;

color: variables.$white;
font-weight: 700;
Expand Down

0 comments on commit c107638

Please sign in to comment.