From 2b9b6412b86aa0f0f38d07256bf54413498986bf Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 26 Apr 2014 09:16:03 -0700 Subject: [PATCH] [ticket/12332] Add break-word to fixed width table CSS This ensures long words break and remain within the table cell PHPBB3-12332 --- phpBB/adm/style/admin.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 18a2084b36..60a5cd9472 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -913,6 +913,7 @@ table.styles td.users, table td.mark { table.fixed-width-table { table-layout: fixed; + word-break: break-word; } @media only screen and (max-width: 700px), only screen and (max-device-width: 700px)