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:
parent
1db97882c2
commit
7245112e14
@ -29,6 +29,7 @@ const StyledInstance = styled('div')(({ theme }) => ({
|
||||
}));
|
||||
|
||||
const StyledAccordion = styled(Accordion)({
|
||||
width: '100%',
|
||||
background: 'transparent',
|
||||
boxShadow: 'none',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user