Increase location column size

The location column size is a bit too small.

Change-Id: I06f2166ffad04aa85c10885d66c3460e44de9fa7
This commit is contained in:
Thierry Carrez 2017-09-12 08:24:17 -06:00
parent 7b193a0802
commit fd98e5db9a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
<tr>
<td class="col-sm-1"><span class="label label-primary {{room}}">{{room}}</span></td>
<td>{{#hashtag}}{{what}}{{/hashtag}}</td>
<td class="col-sm-1">{{lookup @root.location room}}</td>
<td>{{lookup @root.location room}}</td>
</tr>
{{else}}
<tr><td><small><i>Nothing yet</i></small><td></tr>