fix label at left

pull/4599/head^2
aniket-engg 11 months ago committed by Aniket
parent c49afb12fe
commit 68f36b5b73
  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 ? (
<div className="d-flex" data-id="instanceContractFilePath">
<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>
</div>
) : null }

Loading…
Cancel
Save