Skip to content

Commit a1ad626

Browse files
committed
fix: undo alignment
1 parent b37639b commit a1ad626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/expressive-code/language-badge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function pluginLanguageBadge() {
1313
z-index: 2;
1414
right: 0.5rem;
1515
top: 0.5rem;
16-
padding: 0.3rem 0.5rem 0.1rem;
16+
padding: 0.1rem 0.5rem;
1717
content: attr(data-language);
1818
font-family: "JetBrains Mono Variable", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1919
font-size: 0.75rem;

0 commit comments

Comments
 (0)