pull/4057/head^2
lianahus 1 year ago committed by Aniket
parent 64cce1ec15
commit ecbfa86eeb
  1. 6
      libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx

@ -867,11 +867,7 @@ export const SolidityUnitTesting = (props: Record<string, any>) => {
type="checkbox" type="checkbox"
checked={testFileObj.checked} checked={testFileObj.checked}
/> />
<label <label className="singleTestLabel text-nowrap mb-0 form-check-label ml-4 custom-control-label text-nowrap" htmlFor={elemId} style={{ paddingTop: '0.125rem' }}>
className="singleTestLabel text-nowrap mb-0 form-check-label mb-0 ml-4 custom-control-label text-nowrap"
htmlFor={elemId}
style={{ paddingTop: '0.125rem' }}
>
{testFileObj.fileName} {testFileObj.fileName}
</label> </label>
</div> </div>

Loading…
Cancel
Save