wrap tooltip text

pull/3081/head
Joseph Izang 2 years ago
parent e8beaac2d9
commit c751b69dea
  1. 6
      libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

@ -436,15 +436,15 @@ export function ContractGUI (props: ContractGUIProps) {
checked={deployState.deploy} checked={deployState.deploy}
/> />
<CustomTooltip <CustomTooltip
tooltipText={<span>An ERC1967 proxy and the selected contract will be deployed.</span>} tooltipText={<span>An ERC1967 proxy contract<br/> will be deployed along<br/> with the selected <br/>implementation contract.</span>}
placement={"right-end"} placement={"bottom-start"}
tooltipClasses="text-wrap" tooltipClasses="text-wrap"
tooltipId="deployWithProxyTooltip" tooltipId="deployWithProxyTooltip"
> >
<label <label
htmlFor="deployWithProxy" htmlFor="deployWithProxy"
data-id="contractGUIDeployWithProxyLabel" data-id="contractGUIDeployWithProxyLabel"
className="m-0 form-check-label custom-control-label udapp_checkboxAlign" className="m-0 form-check-label w-100 custom-control-label udapp_checkboxAlign"
> >
Deploy with Proxy Deploy with Proxy
</label> </label>

Loading…
Cancel
Save