diff options
author | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-25 21:12:22 +0100 |
---|---|---|
committer | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-25 21:12:59 +0100 |
commit | b85c7be5ac8a08a3e3856137cb65050178a85a74 (patch) | |
tree | 82a15fe1dbcd3d83c4fffe8bbd8adfda5f16678a /phpBB/adm/style | |
parent | b1596ffecb834be2d10fd08b66a2b105d5481ed4 (diff) | |
download | forums-b85c7be5ac8a08a3e3856137cb65050178a85a74.tar forums-b85c7be5ac8a08a3e3856137cb65050178a85a74.tar.gz forums-b85c7be5ac8a08a3e3856137cb65050178a85a74.tar.bz2 forums-b85c7be5ac8a08a3e3856137cb65050178a85a74.tar.xz forums-b85c7be5ac8a08a3e3856137cb65050178a85a74.zip |
[ticket/16221] Fix ACP statistics layout
Fix wide-screen layout
PHPBB3-16221
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/admin.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f857020651..3243d0eb24 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -741,7 +741,7 @@ td { } .tabled { - width: 25%; + width: 1%; } dt#color_palette_placeholder table { |