Skip to content

Commit

Permalink
Set flex-wrap of .tag-container to wrap
Browse files Browse the repository at this point in the history
to prevent tags container with many tags from overflowing
  • Loading branch information
mfg92 committed Jul 14, 2020
1 parent 3c15054 commit 6c5d00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/sass/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ nav
.tag-container
display: flex
flex-direction: row
flex-wrap: wrap
justify-content: flex-start
align-items: center

Expand Down

0 comments on commit 6c5d00b

Please sign in to comment.