Skip to content

Commit d8ac834

Browse files
authored
Headings: Fix heading anchor link icon alignment (#421)
* Heading: Fix anchor link icon alignment * Heading: Handle edge cases
1 parent bdd8626 commit d8ac834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/v2/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,8 @@ a:hover {
17851785

17861786
.headerlink {
17871787
text-decoration: none;
1788-
1788+
position: relative;
1789+
display: flex;
17891790
color: oklch(var(--color-foreground));
17901791
}
17911792

0 commit comments

Comments
 (0)