[UI] Long strings/words in dents weren't being wrapped

This commit is contained in:
Diogo Cordeiro 2019-07-09 23:52:57 +01:00
parent 30a1a460b7
commit 5ea0d74a57
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -734,6 +734,7 @@ address .poweredby {
margin-left: 56px;
max-height: 400px;
overflow-y: auto;
word-wrap: break-word;
}
.notice .e-content img {