qa: Fix new line formating in comments

This commit is contained in:
nemunaire 2020-09-09 21:19:33 +02:00
commit ce2f42cdc8

View file

@ -92,7 +92,7 @@
</div>
<table class="table table-striped">
<tr ng-repeat="comment in queries_comments">
<td>
<td style="white-space: pre-line">
Le {{ comment.date }}, <strong>{{ comment.user }}</strong> a écrit : {{ comment.content }}
</td>
</tr>