Skip to content

Commit

Permalink
Fix blog tag wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Jul 21, 2023
1 parent e91e3d3 commit fbb243a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkdocs_blogging_plugin/templates/blog-tags-render.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
.md-typeset .blogging-tag {
color: var(--md-typeset-color);
background-color: var(--md-typeset-code-color);
white-space: nowrap;
display: block;
}

.md-typeset .blogging-tag code {
Expand Down

0 comments on commit fbb243a

Please sign in to comment.