1
0
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:
Tymoteusz Czech 2025-04-22 14:26:40 +02:00 committed by GitHub
parent 60562ad0b0
commit 9d98d0771e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,12 +122,8 @@ export const FeatureOverview = () => {
} }
/> />
</Routes> </Routes>
<StrategyDragTooltip
show={showTooltip}
onClose={onTooltipClose}
/>
</StyledContainer> </StyledContainer>
<StrategyDragTooltip show={showTooltip} onClose={onTooltipClose} />
</div> </div>
); );
}; };