Forráskód Böngészése

fix: block link icon alignment

Peng Xiao 2 éve
szülő
commit
74784f7138

+ 1 - 1
tldraw/apps/tldraw-logseq/src/components/BlockLink/BlockLink.tsx

@@ -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) {