relayout ui for visits page, pre-line

This commit is contained in:
Dapeng 2016-09-21 13:20:40 +08:00
parent 3e92c837ce
commit 4e64a0b529

View file

@ -19,9 +19,9 @@
</form>
<h3>Previous Visits</h3>
<table class="table table-striped">
<table class="table">
<tr ng-repeat="v in $ctrl.visits">
<td class="col-sm-2">{{v.date}}</td>
<td>{{v.description}}</td>
<td style="white-space: pre-line">{{v.description}}</td>
</tr>
</table>