mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 04:15:57 +08:00
refactor: updated the legend div size (#3131)
Co-authored-by: Palash Gupta <palashgdev@gmail.com>
This commit is contained in:
parent
e86e045a28
commit
872759f579
@ -19,6 +19,7 @@ const getOrCreateLegendList = (
|
||||
listContainer.style.overflowY = 'scroll';
|
||||
listContainer.style.justifyContent = isLonger ? 'start' : 'center';
|
||||
listContainer.style.alignItems = isLonger ? 'start' : 'center';
|
||||
listContainer.style.minHeight = '2rem';
|
||||
listContainer.style.height = '100%';
|
||||
listContainer.style.flexWrap = 'wrap';
|
||||
listContainer.style.justifyContent = 'center';
|
||||
|
Loading…
x
Reference in New Issue
Block a user