From 2a84d14a73d134e9f55991676ddb9a39a1f36bd8 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 14 Sep 2017 13:10:56 +0100 Subject: [PATCH] Fix overlapping text on settings page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Think this broke when we split the setting page up into three sections. This forces the text to wrap onto multiple lines even if it doesn’t contain spaces (for example an email address). --- app/assets/stylesheets/app.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 1e9d32b95..c3a1ba93b 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -180,6 +180,7 @@ details summary { th, td { @include core-19; + word-wrap: break-word; } thead {