We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3b4b2 commit be8f136Copy full SHA for be8f136
libs/remix-ui/terminal/src/lib/components/remix-ui-terminal-menu.tsx
@@ -26,7 +26,7 @@ export const RemixUITerminalMenu = (props: RemixUiTerminalProps) => {
26
dispatch({ type: 'search', payload: arg0 })
27
}
28
29
- return (<div className='d-flex flex-row align-items-center'>
+ return (<div className='d-flex flex-row align-items-center h-100'>
30
<CustomTooltip placement="top" tooltipId="terminalpendingTransactions" tooltipClasses="text-nowrap" tooltipText={<FormattedMessage id="terminal.pendingTransactions" />}>
31
<div className="mx-2">0</div>
32
</CustomTooltip>
0 commit comments