fixing checkall

pull/4057/head^2
lianahus 1 year ago committed by Aniket
parent 2127cb2771
commit 2c1b9e9482
  1. 2
      libs/remix-ui/solidity-unit-testing/src/lib/solidity-unit-testing.tsx

@ -838,7 +838,7 @@ export const SolidityUnitTesting = (props: Record<string, any>) => {
</button>
</CustomTooltip>
</div>
<div className="d-flex align-items-center ml-1 mr-3 pl-1 pb-2 mt-2 border-bottom">
<div className="d-flex align-items-center ml-1 mr-3 pl-1 pb-2 mt-2 border-bottom custom-control custom-checkbox">
<input
id="checkAllTests"
className="custom-control-input"

Loading…
Cancel
Save