fix(css): codeblock background width

This commit is contained in:
curben 2019-11-14 02:06:15 +00:00
parent 8bfbe48148
commit 248ab79ac4
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ samp {
/* set codeblock width to minimum */ /* set codeblock width to minimum */
pre { pre {
max-width: min-content; max-width: max-content;
} }
/* Hide post's excerpt in article */ /* Hide post's excerpt in article */