pull/3036/head
Aniket-Engg 2 years ago committed by Aniket
parent 84a9e39648
commit 67fd66d849
  1. 2
      libs/remix-ui/run-tab/src/lib/components/contractDropdownUI.tsx

@ -256,7 +256,7 @@ export function ContractDropdownUI(props: ContractDropdownProps) {
<div className='d-flex justify-content-between'>
<div className="d-flex justify-content-between align-items-end">
<label className="udapp_settingsLabel pr-1">Contract</label>
<div className="d-flex">{compilerName && compilerName !== '' && <label className="text-capitalize" style={{ maxHeight: '0.6rem', lineHeight: '1rem' }} data-id="udappCompiledBy">(Compiled by {compilerName})</label>}</div>
<div className="d-flex">{compilerName && compilerName !== '' && <label style={{ maxHeight: '0.6rem', lineHeight: '1rem' }} data-id="udappCompiledBy">(Compiled by <span className="text-capitalize"> {compilerName}</span>)</label>}</div>
</div>
{props.remixdActivated ?
<OverlayTrigger placement={'right'} overlay={

Loading…
Cancel
Save