]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
[UI] Long strings/words in dents weren't being wrapped
authorDiogo Cordeiro <diogo@fc.up.pt>
Tue, 9 Jul 2019 22:52:57 +0000 (23:52 +0100)
committerDiogo Cordeiro <diogo@fc.up.pt>
Tue, 9 Jul 2019 23:33:19 +0000 (00:33 +0100)
lib/framework.php
theme/base/css/display.css

index 2339ffce2074ac05dc3765bf5637f3dc82a56a58..11ee65ea3e1502bfe1559a8ff26a8fdb4351eb63 100644 (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);
index b84ae42768669a48e30827f9f428cee498870abc..cd909274daae618bf77f21fae219f6e4b066d072 100644 (file)
@@ -734,6 +734,7 @@ address .poweredby {
     margin-left: 56px;
     max-height: 400px;
     overflow-y: auto;
+    word-wrap: break-word;
 }
 
 .notice .e-content img {