fix label at left

pull/5370/head
aniket-engg 12 months ago committed by Aniket
parent 77aaebec7e
commit 561fd341f1
  1. 2
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -321,7 +321,7 @@ export function UniversalDappUI(props: UdappProps) {
{ props.isSavedContract && props.instance.filePath ? ( { props.isSavedContract && props.instance.filePath ? (
<div className="d-flex" data-id="instanceContractFilePath"> <div className="d-flex" data-id="instanceContractFilePath">
<label> <label>
<b><FormattedMessage id="udapp.filePath" />:</b> {props.instance.filePath} <span style={{float: 'left'}}><b><FormattedMessage id="udapp.filePath" />:</b></span> &nbsp;{props.instance.filePath}
</label> </label>
</div> </div>
) : null } ) : null }

Loading…
Cancel
Save