From 5ea0d74a5752fe8e736fdba4866a94e0887f889c Mon Sep 17 00:00:00 2001 From: Diogo Cordeiro Date: Tue, 9 Jul 2019 23:52:57 +0100 Subject: [PATCH] [UI] Long strings/words in dents weren't being wrapped --- lib/framework.php | 2 +- theme/base/css/display.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/framework.php b/lib/framework.php index 2339ffce20..11ee65ea3e 100644 --- a/lib/framework.php +++ b/lib/framework.php @@ -32,7 +32,7 @@ defined('GNUSOCIAL') || die(); define('GNUSOCIAL_ENGINE', 'GNU social'); define('GNUSOCIAL_ENGINE_URL', 'https://www.gnu.org/software/social/'); -define('GNUSOCIAL_BASE_VERSION', '1.20.5'); +define('GNUSOCIAL_BASE_VERSION', '1.20.6'); define('GNUSOCIAL_LIFECYCLE', 'release'); // 'dev', 'alpha[0-9]+', 'beta[0-9]+', 'rc[0-9]+', 'release' define('GNUSOCIAL_VERSION', GNUSOCIAL_BASE_VERSION . '-' . GNUSOCIAL_LIFECYCLE); diff --git a/theme/base/css/display.css b/theme/base/css/display.css index b84ae42768..cd909274da 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -734,6 +734,7 @@ address .poweredby { margin-left: 56px; max-height: 400px; overflow-y: auto; + word-wrap: break-word; } .notice .e-content img {