Browse Source

fix tooltip (#4560)

Feroze Mohideen 2 years ago
parent
commit
d0353d30f5
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dashboard/src/components/porter/Tooltip.tsx

+ 1 - 2
dashboard/src/components/porter/Tooltip.tsx

@@ -46,8 +46,7 @@ export default Tooltip;
 
 
 const TooltipContainer = styled.div`
 const TooltipContainer = styled.div`
   position: relative;
   position: relative;
-  width: 100%;
-  height: 100%;
+  display: inline-flex;
 `;
 `;
 
 
 const TooltipContent = styled.div<{ position: string; width?: string }>`
 const TooltipContent = styled.div<{ position: string; width?: string }>`