Update pop-in with the jump infos

This commit is contained in:
2026-05-15 17:31:44 +02:00
parent 861f1f64cf
commit b9fc3ea3d6
3 changed files with 10 additions and 16 deletions
@@ -105,7 +105,7 @@ export class ListOfJumpsComponent implements OnInit {
openDialog(item: Jump, editMode: boolean) {
this.dialog.open(JumpInfosComponent, {
data: { jump: item, editMode: editMode },
maxHeight: "400px",
maxHeight: "450px",
minWidth: "350px",
});
}