Skip to content

Commit 71dbdb6

Browse files
committed
Set proper fullwidth for <pre>
Fixes #59
1 parent fc735c4 commit 71dbdb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css/kunai/site/article.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,8 @@ div[itemtype="http://schema.org/Article"] {
218218
div[itemprop="articleBody"] {
219219
.codehilite > pre, & > pre {
220220
overflow-x: auto;
221+
width: 100%;
222+
box-sizing: border-box;
221223

222224
color: #444;
223225
font-size: .9rem;

0 commit comments

Comments
 (0)