Browse Source

[assist] Preserve white space in table sample columns

Johan Ahlen 10 years ago
parent
commit
4833882780
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/templates/assist.mako

+ 1 - 1
desktop/core/src/desktop/templates/assist.mako

@@ -296,7 +296,7 @@ from desktop.views import _ko
                 <tr>
                   <td data-bind="text: $index()+1"></td>
                   <!-- ko foreach: $data -->
-                    <td data-bind="text: $data"></td>
+                    <td style="white-space: pre;" data-bind="text: $data"></td>
                   <!-- /ko -->
                 </tr>
               <!-- /ko -->