Skip to content

Commit

Permalink
fix: tag styling outside a wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa committed Jan 12, 2021
1 parent 3f02c73 commit 26a4808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/denali.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions scss/components/tags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.tag {
display: flex;
display: inline-flex;
align-items: center;
justify-content: center;
padding: $tags-padding;
Expand Down Expand Up @@ -166,4 +166,4 @@
}
}
}
}
}

0 comments on commit 26a4808

Please sign in to comment.