aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/default/dashboard/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/default/dashboard/index.html b/templates/web/default/dashboard/index.html
index be38234f2..308042d0d 100644
--- a/templates/web/default/dashboard/index.html
+++ b/templates/web/default/dashboard/index.html
@@ -135,9 +135,9 @@
<th scope="col">14-30 days old</th>
</tr>
<tr>
- <td><ul>[% INCLUDE list, list = lists.1 %]</ul></td>
- <td><ul>[% INCLUDE list, list = lists.2 %]</ul></td>
- <td><ul>[% INCLUDE list, list = lists.3 %]</ul></td>
+ <td width="34%"><ul>[% INCLUDE list, list = lists.1 %]</ul></td>
+ <td width="33%"><ul>[% INCLUDE list, list = lists.2 %]</ul></td>
+ <td width="33%"><ul>[% INCLUDE list, list = lists.3 %]</ul></td>
</tr>
</table>