1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

chore: Edge observability width fix (#9345)

Makes the Edge instance node width consistent.
This commit is contained in:
Nuno Góis 2025-02-21 12:11:50 +00:00 committed by GitHub
parent 1db97882c2
commit 7245112e14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,7 @@ const StyledInstance = styled('div')(({ theme }) => ({
}));
const StyledAccordion = styled(Accordion)({
width: '100%',
background: 'transparent',
boxShadow: 'none',
});