mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-12 01:17:04 +02:00
fix: strategy-reorder tooltip padding (#9811)
Tooltip is created a gap on the right side of flag overview page
This commit is contained in:
parent
60562ad0b0
commit
9d98d0771e
@ -122,12 +122,8 @@ export const FeatureOverview = () => {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</Routes>
|
</Routes>
|
||||||
|
|
||||||
<StrategyDragTooltip
|
|
||||||
show={showTooltip}
|
|
||||||
onClose={onTooltipClose}
|
|
||||||
/>
|
|
||||||
</StyledContainer>
|
</StyledContainer>
|
||||||
|
<StrategyDragTooltip show={showTooltip} onClose={onTooltipClose} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user