fix: add inline-block class to ExternalLink container for better layout
This commit is contained in:
parent
ce7afeb250
commit
b29c2c1571
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export default function ExternalLink({
|
|||
}
|
||||
|
||||
return (
|
||||
<div onClick={(e) => e.stopPropagation()}>
|
||||
<div className="inline-block" onClick={(e) => e.stopPropagation()}>
|
||||
<ResponsiveMenu>
|
||||
<ResponsiveMenuTrigger asChild>
|
||||
<span
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue