reverts CSS

pull/4599/head^2
aniket-engg 8 months ago committed by Aniket
parent 68f36b5b73
commit c4571ffc4e
  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>
<span style={{float: 'left'}}><b><FormattedMessage id="udapp.filePath" />:</b></span> &nbsp;{props.instance.filePath}
<b><FormattedMessage id="udapp.filePath" />:</b> {props.instance.filePath}
</label>
</div>
) : null }

Loading…
Cancel
Save