styling fixes on faq dialog
This commit is contained in:
parent
0f1b6ea4fb
commit
18c4a1d3c2
|
@ -1,5 +1,7 @@
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div class="col-12 pr-0">
|
||||||
<iframe *ngIf="faqHTMLUrl" class="iframe" [src]="faqHTMLUrl"></iframe>
|
<iframe *ngIf="faqHTMLUrl" class="iframe" [src]="faqHTMLUrl"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
|
@ -295,7 +295,7 @@ export class NavbarComponent extends BaseComponent implements OnInit {
|
||||||
data: {
|
data: {
|
||||||
isDialog: true
|
isDialog: true
|
||||||
},
|
},
|
||||||
width: '100%'
|
width: '80%'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -99,7 +99,7 @@ export class SidebarFooterComponent extends BaseComponent implements OnInit {
|
||||||
data: {
|
data: {
|
||||||
isDialog: true
|
isDialog: true
|
||||||
},
|
},
|
||||||
width: '100%'
|
width: '80%'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue