styling fixes on faq dialog

This commit is contained in:
Sofia Papacharalampous 2024-05-13 13:00:44 +03:00
parent 0f1b6ea4fb
commit 18c4a1d3c2
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<iframe *ngIf="faqHTMLUrl" class="iframe" [src]="faqHTMLUrl"></iframe> <div class="col-12 pr-0">
<iframe *ngIf="faqHTMLUrl" class="iframe" [src]="faqHTMLUrl"></iframe>
</div>
</div> </div>
</div> </div>

View File

@ -295,7 +295,7 @@ export class NavbarComponent extends BaseComponent implements OnInit {
data: { data: {
isDialog: true isDialog: true
}, },
width: '100%' width: '80%'
}); });
} }
} }

View File

@ -99,7 +99,7 @@ export class SidebarFooterComponent extends BaseComponent implements OnInit {
data: { data: {
isDialog: true isDialog: true
}, },
width: '100%' width: '80%'
}); });
} }
} }