Skip to content
Snippets Groups Projects
Commit f65d124b authored by Lukas Haase's avatar Lukas Haase
Browse files

add markdown for question focus

parent c43d4dc4
No related merge requests found
......@@ -51,7 +51,9 @@
<h2 class="questionwall-present-meta-timestamp">{{commentFocus.timeAgo}}</h2>
</ars-row>
<ars-row>
<p class="questionwall-present">{{commentFocus.comment.body}}</p>
<ars-row class="bound" style="padding:16px 32px 16px 32px;">
<markdown [data]="commentFocus.comment.body"></markdown>
</ars-row>
</ars-row>
</ng-container>
<ng-container *ngIf="!commentFocus">
......
......@@ -170,4 +170,8 @@
}
}
.bound img{
max-width:100%;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment