Skip to content

Commit

Permalink
Fixes warning caused by using start instead of flex-start within Filt…
Browse files Browse the repository at this point in the history
…erBox styling. (#543)
  • Loading branch information
smurrayatwork authored and clairesunstudio committed Apr 26, 2019
1 parent 5715aa0 commit b038b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/organisms/FilterBox/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $assets-path: '../../../assets';
}
flex-direction: column;
align-items: baseline;
justify-content: start;
justify-content: flex-start;
margin: 1rem 0;

> div {
Expand Down

0 comments on commit b038b82

Please sign in to comment.