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 {
|
.plot td.bar {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
@ -59,7 +59,6 @@
|
||||||
{% 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">
|
||||||
|
|
Loading…
Reference in a new issue