aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_logs.html
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2014-04-26 09:50:45 -0700
committerMatt Friedman <maf675@gmail.com>2014-04-26 09:50:45 -0700
commit7d5672f6c514eac03b4b72517933b15497a3d333 (patch)
tree4d9392f4172e08610a98ad7d274181cf07fecbfa /phpBB/adm/style/acp_logs.html
parent76843f4a3a7d30502bbc50a74f112d45c8a9e0a7 (diff)
downloadforums-7d5672f6c514eac03b4b72517933b15497a3d333.tar
forums-7d5672f6c514eac03b4b72517933b15497a3d333.tar.gz
forums-7d5672f6c514eac03b4b72517933b15497a3d333.tar.bz2
forums-7d5672f6c514eac03b4b72517933b15497a3d333.tar.xz
forums-7d5672f6c514eac03b4b72517933b15497a3d333.zip
[ticket/12332] Adjust size of mark column where too wide
PHPBB3-12332
Diffstat (limited to 'phpBB/adm/style/acp_logs.html')
-rw-r--r--phpBB/adm/style/acp_logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html
index b3b5fe3394..ec2065f906 100644
--- a/phpBB/adm/style/acp_logs.html
+++ b/phpBB/adm/style/acp_logs.html
@@ -30,7 +30,7 @@
<th style="width: 20%;">{L_TIME}</th>
<th>{L_ACTION}</th>
<!-- IF S_CLEARLOGS -->
- <th style="width: 10%;">{L_MARK}</th>
+ <th style="width: 50px;">{L_MARK}</th>
<!-- ENDIF -->
</tr>
</thead>