Skip to content

Commit

Permalink
fix: alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Nov 23, 2022
1 parent 46f8035 commit 1860a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function ShapeLinkItem({

return (
<div className="tl-shape-links-panel-item color-level relative">
<div className="whitespace-pre break-all overflow-hidden text-ellipsis">
<div className="whitespace-pre break-all overflow-hidden text-ellipsis inline-flex">
<BlockLink id={id} />
</div>
<div className="flex-1" />
Expand Down

0 comments on commit 1860a81

Please sign in to comment.