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 2c4b5e1 commit 119877aCopy full SHA for 119877a
libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx
@@ -321,7 +321,7 @@ export function ContractGUI(props: ContractGUIProps) {
321
(props.funcABI.inputs && props.funcABI.inputs.length > 0) || props.funcABI.type === 'fallback' || props.funcABI.type === 'receive' ? 'udapp_hasArgs' : ''
322
}`}
323
>
324
- <div className="udapp_contractActionsContainerSingle" style={{ display: toggleContainer ? 'none' : 'flex' }}>
+ <div className="udapp_contractActionsContainerSingle pt-2" style={{ display: toggleContainer ? 'none' : 'flex' }}>
325
<CustomTooltip
326
delay={0}
327
placement={'auto-end'}
0 commit comments