Adjust process list vertical offset
This commit is contained in:
parent
ca7dfb56c8
commit
cdc96438cd
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default function Component({ service }) {
|
|||
let listYPosition = "bottom-4";
|
||||
if (chart) {
|
||||
headerYPosition = "-top-6";
|
||||
listYPosition = "-top-3";
|
||||
listYPosition = "-top-2";
|
||||
}
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue