[UI] Long strings/words in dents weren't being wrapped
This commit is contained in:
parent
30a1a460b7
commit
5ea0d74a57
|
@ -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);
|
||||
|
|
|
@ -734,6 +734,7 @@ address .poweredby {
|
|||
margin-left: 56px;
|
||||
max-height: 400px;
|
||||
overflow-y: auto;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.notice .e-content img {
|
||||
|
|
Loading…
Reference in New Issue
Block a user