Skip to content

Commit 119877a

Browse files
committed
add pt-2
1 parent 2c4b5e1 commit 119877a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export function ContractGUI(props: ContractGUIProps) {
321321
(props.funcABI.inputs && props.funcABI.inputs.length > 0) || props.funcABI.type === 'fallback' || props.funcABI.type === 'receive' ? 'udapp_hasArgs' : ''
322322
}`}
323323
>
324-
<div className="udapp_contractActionsContainerSingle" style={{ display: toggleContainer ? 'none' : 'flex' }}>
324+
<div className="udapp_contractActionsContainerSingle pt-2" style={{ display: toggleContainer ? 'none' : 'flex' }}>
325325
<CustomTooltip
326326
delay={0}
327327
placement={'auto-end'}

0 commit comments

Comments
 (0)