Skip to content

Commit

Permalink
better tooltip width
Browse files Browse the repository at this point in the history
  • Loading branch information
abailly-akamai committed Apr 23, 2024
1 parent b4b4caa commit 5b6b5be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export const PlanSelection = (props: PlanSelectionProps) => {
hideDisabledHelpIcons,
idx,
isCreate,
wholePanelIsDisabled,
linodeID,
onSelect,
planIsDisabled,
Expand All @@ -89,6 +88,7 @@ export const PlanSelection = (props: PlanSelectionProps) => {
selectedRegionId,
showTransfer,
type,
wholePanelIsDisabled,
} = props;

const diskSize = selectedDiskSize ? selectedDiskSize : 0;
Expand Down Expand Up @@ -188,7 +188,7 @@ export const PlanSelection = (props: PlanSelectionProps) => {
PopperProps={{
sx: {
'& .MuiTooltip-tooltip': {
minWidth: 225,
width: 175,
},
},
}}
Expand Down

0 comments on commit 5b6b5be

Please sign in to comment.