fix tooltip cut off

This commit is contained in:
Olivier Gagnon
2021-09-11 23:36:18 -04:00
parent a9c80f0691
commit 752a330735
5 changed files with 17 additions and 24 deletions

View File

@@ -43,6 +43,11 @@ export function ProgramsRoot(props: IProps): React.ReactElement {
);
})}
</ul>
<br />
<br />
<br />
<br />
<br />
</>
);
}