Skip to content

Commit

Permalink
fix: wrap actions denysdovhan/vacuum-card#208
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Jul 9, 2021
1 parent 6cc5978 commit abd7ade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ export default css`
min-height: 30px;
display: flex;
flex-direction: row;
flex-flow: row wrap;
flex-wrap: wrap;
justify-content: space-evenly;
}
Expand Down

0 comments on commit abd7ade

Please sign in to comment.