mirror of https://gitlab.com/curben/blog
fix(css): codeblock background width
This commit is contained in:
parent
8bfbe48148
commit
248ab79ac4
|
@ -192,7 +192,7 @@ samp {
|
|||
|
||||
/* set codeblock width to minimum */
|
||||
pre {
|
||||
max-width: min-content;
|
||||
max-width: max-content;
|
||||
}
|
||||
|
||||
/* Hide post's excerpt in article */
|
||||
|
|
Loading…
Reference in New Issue