Skip to content

Commit cc5601f

Browse files
committed
インラインコードブロックがはみ出さないように修正
1 parent ba7dd4e commit cc5601f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/kunai/site/article.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ div[itemtype="http://schema.org/Article"] {
7878
text-decoration: underline;
7979
}
8080

81+
:not(pre)>code {
82+
display: inline-table;
83+
white-space: pre-wrap;
84+
}
85+
8186
.edit-button {
8287
display: flex;
8388
flex-direction: column;

0 commit comments

Comments
 (0)