Skip to content

Commit

Permalink
Add some padding to error message styles on SearchPage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnito committed Jun 2, 2020
1 parent 22c8b90 commit fce2eab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/SearchPage/SearchPage.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@

.error {
color: var(--failColor);
padding-left: 24px;
padding-right: 24px;
}

.searchString {
Expand Down

0 comments on commit fce2eab

Please sign in to comment.