Fix chart width

This commit is contained in:
Edgar P. Burkhart 2023-04-18 11:01:49 +02:00
parent e298ec88f1
commit c7f5311c02
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,4 @@
col.bar {width: auto} table.full-width col.bar {width: auto}
.plot td.bar { .plot td.bar {
position: relative; position: relative;

View file

@ -59,20 +59,19 @@
{% else %} {% else %}
<td class="c" colspan="2"></td> <td class="c" colspan="2"></td>
{% endif %} {% endif %}
</td> {% endif %}
{% endif %} {% if not account %}
{% if not account %} <td class="r">
<td class="r"> <i class="fa fa-{{ trans.account.icon }}"></i>
<i class="fa fa-{{ trans.account.icon }}"></i> </td>
</td> <td>
<td> <a href="{% url "account" pk=trans.account.id %}">{{ trans.account }}</a>
<a href="{% url "account" pk=trans.account.id %}">{{ trans.account }}</a> </td>
</td> {% endif %}
{% endif %} </tr>
</tr> {% endfor %}
{% endfor %} </tbody>
</tbody> </table>
</table>
</div> </div>
{% comment %} {% comment %}
<div id="transactions" class="table col1-{% if account or category %}6{% else %}7{% endif %}"> <div id="transactions" class="table col1-{% if account or category %}6{% else %}7{% endif %}">