From 3bebbc05ee2e762e8ec598e898e7930a55621fb7 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:14:15 -0700 Subject: [PATCH] [ticket/12332] Remove width sizing, as it is already set PHPBB3-12332 --- phpBB/adm/style/admin.css | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 7f15c162a5..18a2084b36 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -913,7 +913,6 @@ table.styles td.users, table td.mark { table.fixed-width-table { table-layout: fixed; - width: 100%; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)