Skip to content

Commit 9183bab

Browse files
committed
fix for long titles
1 parent c5148be commit 9183bab

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

public/style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,16 @@ main {
9797
color: inherit;
9898
}
9999

100+
.observablehq-link-active {
101+
position: relative;
102+
}
103+
100104
.observablehq-link-active::before {
101-
position: absolute;
102105
content: "";
103-
height: 2rem;
104-
left: 0;
106+
position: absolute;
107+
top: 0;
108+
bottom: 0;
109+
left: -1rem;
105110
width: 3px;
106111
background: var(--theme-foreground-focus);
107112
}

0 commit comments

Comments
 (0)