From 4e64a0b52964f3e2b3553f5999e9261f3b7d0094 Mon Sep 17 00:00:00 2001 From: Dapeng <verydapeng@gmail.com> Date: Wed, 21 Sep 2016 13:20:40 +0800 Subject: [PATCH] relayout ui for visits page, pre-line --- src/main/webapp/scripts/app/visits/visits.template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/scripts/app/visits/visits.template.html b/src/main/webapp/scripts/app/visits/visits.template.html index fa27dad2..6273d787 100644 --- a/src/main/webapp/scripts/app/visits/visits.template.html +++ b/src/main/webapp/scripts/app/visits/visits.template.html @@ -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> \ No newline at end of file -- GitLab