Skip to content

Commit 30a888a

Browse files
authored
fix: change doc footer from block to flex (#503)
fixes issue where the "edit on github" link stretches across the entire width
1 parent 2cf4b2b commit 30a888a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Doc.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export function Doc({
170170
</div>
171171
<div className="h-12" />
172172
<div className="w-full h-px bg-gray-500 opacity-30" />
173-
<div className="py-4 opacity-70">
173+
<div className="flex py-4 opacity-70">
174174
<a
175175
href={`https://github.com/${repo}/edit/${branch}/${filePath}`}
176176
className="flex items-center gap-2"

0 commit comments

Comments
 (0)