Skip to content

Commit

Permalink
Merge pull request #143 from Raclamusi/fix_inline_code
Browse files Browse the repository at this point in the history
インラインコードブロックがはみ出さないように修正
  • Loading branch information
faithandbrave authored Jan 23, 2024
2 parents ba7dd4e + cc5601f commit 3207c7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/kunai/site/article.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ div[itemtype="http://schema.org/Article"] {
text-decoration: underline;
}

:not(pre)>code {
display: inline-table;
white-space: pre-wrap;
}

.edit-button {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 3207c7f

Please sign in to comment.