Skip to content

Commit be8f136

Browse files
committed
terminal input height
1 parent 8b3b4b2 commit be8f136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/terminal/src/lib/components/remix-ui-terminal-menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const RemixUITerminalMenu = (props: RemixUiTerminalProps) => {
2626
dispatch({ type: 'search', payload: arg0 })
2727
}
2828

29-
return (<div className='d-flex flex-row align-items-center'>
29+
return (<div className='d-flex flex-row align-items-center h-100'>
3030
<CustomTooltip placement="top" tooltipId="terminalpendingTransactions" tooltipClasses="text-nowrap" tooltipText={<FormattedMessage id="terminal.pendingTransactions" />}>
3131
<div className="mx-2">0</div>
3232
</CustomTooltip>

0 commit comments

Comments
 (0)