From c751b69dea032363c7d6dbedbb727afe6cc44fc9 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Tue, 1 Nov 2022 12:58:01 +0100 Subject: [PATCH] wrap tooltip text --- libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx index e33cf07386..0b72cba6ca 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx @@ -436,15 +436,15 @@ export function ContractGUI (props: ContractGUIProps) { checked={deployState.deploy} /> An ERC1967 proxy and the selected contract will be deployed.} - placement={"right-end"} + tooltipText={An ERC1967 proxy contract
will be deployed along
with the selected
implementation contract.
} + placement={"bottom-start"} tooltipClasses="text-wrap" tooltipId="deployWithProxyTooltip" >