Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(sidebar): titles with code element run together
  • Loading branch information
LeoMcA committed Feb 6, 2026
commit 5b3b37ed761dca1e0066d8a75b6991d4d1c89193
3 changes: 2 additions & 1 deletion components/left-sidebar/server.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

a,
span:not(.highlight-container) {
display: inline-flex;
display: inline-block;
padding-block: 0.25rem;
vertical-align: middle;
}
Expand All @@ -103,6 +103,7 @@
code {
font-family: var(--font-family-code);
font-size: var(--font-size-normal);
line-height: 1;
}

em {
Expand Down
Loading