top vertical alignment for table cells
This commit is contained in:
parent
61484aea70
commit
49b7ef0382
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@
|
|||
col['name'] != 'text' and 'center' or None"
|
||||
tal:content="col/label" />
|
||||
</tr>
|
||||
<tr style="vertical-align: top"tal:repeat="fbitem feedback">
|
||||
<tr style="vertical-align: top"
|
||||
tal:repeat="fbitem feedback">
|
||||
<td style="vertical-align: top"
|
||||
tal:content="fbitem/category" />
|
||||
<tal:cols repeat="col item/feedbackColumns">
|
||||
|
|
Loading…
Add table
Reference in a new issue