mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
feat: adjust height on applications list in metrics (#5918)
This commit is contained in:
parent
9f72030578
commit
3bebc11fb2
@ -26,6 +26,8 @@ const StyledList = styled('ul')(({ theme }) => ({
|
||||
padding: 0,
|
||||
minHeight: '100%',
|
||||
alignItems: 'center',
|
||||
maxHeight: '200px',
|
||||
overflowY: 'auto',
|
||||
}));
|
||||
|
||||
const StyledItem = styled('li')(({ theme }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user