From ed0f978088ef24fb4c40b9a297c0826716d6dadb Mon Sep 17 00:00:00 2001 From: Scott Reeves Date: Mon, 1 Aug 2016 18:36:39 -0400 Subject: [PATCH] Issue #2765957 by chanchal2002, Manjit.Singh, brahmjeet789, kostyashupenko, AaronChristian: Core installation page content overflows its background (CSS bug) --- core/themes/seven/css/theme/install-page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/themes/seven/css/theme/install-page.css b/core/themes/seven/css/theme/install-page.css index 0ebeaacd0ba..350e1e64e89 100644 --- a/core/themes/seven/css/theme/install-page.css +++ b/core/themes/seven/css/theme/install-page.css @@ -33,7 +33,7 @@ width: auto; } .install-page table td { - word-break: break-word; + word-break: break-all; } .install-page .site-version {