diff --git a/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx b/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx index d13c4f1f3fb..5beffc7ae30 100644 --- a/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx +++ b/packages/manager/src/features/components/PlansPanel/PlanSelection.tsx @@ -80,7 +80,6 @@ export const PlanSelection = (props: PlanSelectionProps) => { hideDisabledHelpIcons, idx, isCreate, - wholePanelIsDisabled, linodeID, onSelect, planIsDisabled, @@ -89,6 +88,7 @@ export const PlanSelection = (props: PlanSelectionProps) => { selectedRegionId, showTransfer, type, + wholePanelIsDisabled, } = props; const diskSize = selectedDiskSize ? selectedDiskSize : 0; @@ -188,7 +188,7 @@ export const PlanSelection = (props: PlanSelectionProps) => { PopperProps={{ sx: { '& .MuiTooltip-tooltip': { - minWidth: 225, + width: 175, }, }, }}