1
0
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:
Mateusz Kwasniewski 2024-01-16 16:21:55 +01:00 committed by GitHub
parent 9f72030578
commit 3bebc11fb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,8 @@ const StyledList = styled('ul')(({ theme }) => ({
padding: 0,
minHeight: '100%',
alignItems: 'center',
maxHeight: '200px',
overflowY: 'auto',
}));
const StyledItem = styled('li')(({ theme }) => ({