summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-06 10:41:19 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-06 10:41:19 +0100
commit23056f154198ad965db7fe762752004141edb473 (patch)
tree6b50f455f1f96700a24ed68848f2a2ce5fb98f7f
parent79b38df4c1ee25577a0fcc01e36562ef749b9477 (diff)
downloadliberty-23056f154198ad965db7fe762752004141edb473.tar.gz
liberty-23056f154198ad965db7fe762752004141edb473.tar.bz2
liberty-23056f154198ad965db7fe762752004141edb473.zip
list_xref.tpl: remove fixed column widths
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
-rw-r--r--templates/list_xref.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/list_xref.tpl b/templates/list_xref.tpl
index 6ff45d3..f617f04 100644
--- a/templates/list_xref.tpl
+++ b/templates/list_xref.tpl
@@ -9,9 +9,9 @@
<table class="table">
<thead>
<tr>
- <th style="width:30%">{tr}Type{/tr}</th>
- <th style="width:30%">{tr}Value{/tr}</th>
- <th style="width:40%">{tr}Notes{/tr}</th>
+ <th>{tr}Type{/tr}</th>
+ <th>{tr}Value{/tr}</th>
+ <th>{tr}Notes{/tr}</th>
{if $xrefAllowEdit}
{if $isHistory}<th>{tr}Ended{/tr}</th>{else}<th>{tr}Started{/tr}</th>{/if}
<th>{tr}Updated{/tr}</th>
@@ -50,9 +50,9 @@
<table class="table">
<thead>
<tr>
- <th style="width:30%">{tr}Type{/tr}</th>
- <th style="width:30%">{tr}Value{/tr}</th>
- <th style="width:40%">{tr}Notes{/tr}</th>
+ <th>{tr}Type{/tr}</th>
+ <th>{tr}Value{/tr}</th>
+ <th>{tr}Notes{/tr}</th>
{if $xrefAllowEdit}
{if $source ne 'history'}<th>{tr}Started{/tr}</th>{else}<th>{tr}Ended{/tr}</th>{/if}
<th>{tr}Updated{/tr}</th>