styling changes

*faq
This commit is contained in:
Sofia Papacharalampous 2024-03-15 15:49:18 +02:00
parent 327991c473
commit 66bfbe24d8
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<mat-icon class="clear-icon">close</mat-icon> <mat-icon class="clear-icon">close</mat-icon>
</div> </div>
</div> </div>
<div mat-dialog-content class="row pr-4"> <div mat-dialog-content class="row pr-0">
<app-faq-content [isDialog]="isDialog"></app-faq-content> <app-faq-content [isDialog]="isDialog"></app-faq-content>
</div> </div>
<div mat-dialog-actions class="row"> <div mat-dialog-actions class="row">

View File

@ -1,6 +1,5 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div *ngIf="faqHTMLUrl==null">hello!</div>
<iframe *ngIf="faqHTMLUrl" class="iframe" [src]="faqHTMLUrl"></iframe> <iframe *ngIf="faqHTMLUrl" class="iframe" [src]="faqHTMLUrl"></iframe>
</div> </div>
</div> </div>