Skip to content

Commit 35aff62

Browse files
authored
Merge pull request #1960 from ethereum/stf
aligning the title and doc icon
2 parents 2a5b41b + a0c009a commit 35aff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/panel/src/lib/plugins/panel-header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const RemixUIPanelHeader = (props: RemixPanelProps) => {
2020

2121
return (
2222
<header className='swapitHeader'><h6 data-id='sidePanelSwapitTitle'>{plugin?.profile.displayName || plugin?.profile.name}</h6>
23-
{plugin?.profile.documentation ? (<a href={plugin.profile.documentation} className="titleInfo" title="link to documentation" target="_blank" rel="noreferrer"><i aria-hidden="true" className="fas fa-book"></i></a>) : ''}
23+
{plugin?.profile.documentation ? (<a href={plugin.profile.documentation} className="titleInfo mb-2" title="link to documentation" target="_blank" rel="noreferrer"><i aria-hidden="true" className="fas fa-book"></i></a>) : ''}
2424
</header>)
2525
}
2626

0 commit comments

Comments
 (0)