Fix 'Link' column header width

Set optimal width of 70px
This commit is contained in:
sharkykh 2017-05-15 11:54:28 +03:00
parent 7f767072cf
commit 5c75424243
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
{% call render_column_header("hdr-name", "width:auto;", sort_key="name") %}
<div>Name</div>
{% endcall %}
{% call render_column_header("hdr-link", "width:0;", center_text=True) %}
{% call render_column_header("hdr-link", "width:70px;", center_text=True) %}
<div>Link</div>
{% endcall %}
{% call render_column_header("hdr-size", "width:100px;", center_text=True, sort_key="size") %}