Skip to content
Snippets Groups Projects
Commit acc22a6e authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(pages & posts): retour QA, fix width with some ghost elements

parent fe83b315
No related branches found
No related tags found
1 merge request!525V2.3.0
......@@ -8,7 +8,7 @@
<div *ngIf="page.feature_image" fxLayout="row" class="article-image">
<img class="image" alt="image about the news" [src]="page.feature_image" />
</div>
<div fxLayout="row" class="description">
<div class="description">
<div [innerHtml]="page.safeHtml"></div>
</div>
<p *ngIf="version" class="version" fxLayoutAlign="center center">Version : {{ version }}</p>
......
......@@ -25,7 +25,7 @@
</div>
</div>
</div>
<div fxLayout="row" class="description">
<div class="description">
<div [innerHtml]="post.safeHtml"></div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment