Skip to content

Commit

Permalink
fix tag list elements wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
minoritea committed Jul 17, 2021
1 parent d87b034 commit 0dc3d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ table tr:nth-child(even) td {

.article-heading .tags {
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 1em;
}
Expand Down

0 comments on commit 0dc3d25

Please sign in to comment.