Fix chart width
This commit is contained in:
parent
e298ec88f1
commit
c7f5311c02
2 changed files with 14 additions and 15 deletions
|
@ -1,4 +1,4 @@
|
|||
col.bar {width: auto}
|
||||
table.full-width col.bar {width: auto}
|
||||
|
||||
.plot td.bar {
|
||||
position: relative;
|
||||
|
|
|
@ -59,20 +59,19 @@
|
|||
{% else %}
|
||||
<td class="c" colspan="2">–</td>
|
||||
{% endif %}
|
||||
</td>
|
||||
{% endif %}
|
||||
{% if not account %}
|
||||
<td class="r">
|
||||
<i class="fa fa-{{ trans.account.icon }}"></i>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{% url "account" pk=trans.account.id %}">{{ trans.account }}</a>
|
||||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endif %}
|
||||
{% if not account %}
|
||||
<td class="r">
|
||||
<i class="fa fa-{{ trans.account.icon }}"></i>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{% url "account" pk=trans.account.id %}">{{ trans.account }}</a>
|
||||
</td>
|
||||
{% endif %}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
{% comment %}
|
||||
<div id="transactions" class="table col1-{% if account or category %}6{% else %}7{% endif %}">
|
||||
|
|
Loading…
Reference in a new issue