Fix agenda padding

This commit is contained in:
Peter Maquiran
2021-08-25 12:34:02 +01:00
parent 40667918ff
commit 3798d61632
6 changed files with 30 additions and 21 deletions
+2 -1
View File
@@ -562,7 +562,8 @@ export class SearchPage implements OnInit {
component: ViewEventPage,
componentProps:{
eventId: Id,
isModal: true
isModal: true,
header: false
},
cssClass: 'modal modal-desktop',
});