fix(css): oops fit-content not no width specification for codeblock title
This commit is contained in:
parent
d88e43010a
commit
e1c9eabef4
1 changed files with 1 additions and 0 deletions
|
@ -388,6 +388,7 @@ 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: fit-content;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: -0.5rem;
|
margin-bottom: -0.5rem;
|
||||||
color: var(--darkgray);
|
color: var(--darkgray);
|
||||||
|
|
Loading…
Add table
Reference in a new issue