Fix column width

master
Michael Kuron 2017-05-08 07:46:36 +02:00 committed by GitHub
parent 519be0d9f8
commit 7931b00fa0
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ $tfa_data = get_tfa();
<tr>
<th style="min-width: 100px;"><?=$lang['edit']['host'];?></th>
<th style="min-width: 100px;"><?=$lang['edit']['source'];?></th>
<th style="min-width: 100px;"><?=$lang['user']['spamfilter'];?></th>
<th><?=$lang['user']['spamfilter'];?></th>
<th style="text-align: right; min-width: 200px;"><?=$lang['admin']['action'];?></th>
</tr>
</thead>