fix: block link icon alignment

pull/7395/head
Peng Xiao 2022-11-23 12:15:42 +08:00
parent ee445b8f70
commit 74784f7138
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export const BlockLink = ({ id }: { id: string }) => {
return (
<button
className="inline-flex gap-1 items-center w-full"
className="inline-flex gap-1 items-baseline w-full"
onPointerDown={e => {
e.stopPropagation()
if (e.shiftKey) {