changeset da4d969f6a16 in bugs.tryton.org:default
details: https://hg.tryton.org/bugs.tryton.org?cmd=changeset;node=da4d969f6a16
description:
        Use pre-wrap white-space only for message under pre tag
diffstat:

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

diffs (13 lines):

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

Reply via email to