mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-05-18 14:34:23 +02:00
fix(css): allow proper width on code block title (closes #1683)
This commit is contained in:
parent
99011cb1b0
commit
7d4bed64a9
@ -388,7 +388,6 @@ figure[data-rehype-pretty-code-figure] {
|
|||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
padding: 0.1rem 0.5rem;
|
padding: 0.1rem 0.5rem;
|
||||||
border: 1px solid var(--lightgray);
|
border: 1px solid var(--lightgray);
|
||||||
width: max-content;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: -0.5rem;
|
margin-bottom: -0.5rem;
|
||||||
color: var(--darkgray);
|
color: var(--darkgray);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user