changeset d90c12d3409d in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=d90c12d3409d
description:
        Use pre-wrap for white-space on message

        This avoid unnecessary horizontal scrolling.
diffstat:

 static/style.css |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 102260685919 -r d90c12d3409d static/style.css
--- a/static/style.css  Mon Oct 19 00:03:50 2020 +0200
+++ b/static/style.css  Mon Oct 19 00:09:17 2020 +0200
@@ -60,6 +60,7 @@
   border-radius: 4px;
   border: 1px solid #d4d4d4;
   padding: 6px;
+  white-space: pre-wrap;
 }
 
 .bot .msg {

Reply via email to