changeset 181:679cad989280

css (ticket): removed "pre-wrap" and "justify" as the content is not plain text anymore
author Goffi <goffi@goffi.org>
date Tue, 26 Mar 2019 18:34:12 +0100
parents a144243841c7
children 29214fa3a53b
files sat_templates/templates/default/static/ticket.css
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/default/static/ticket.css	Tue Mar 26 08:51:18 2019 +0100
+++ b/sat_templates/templates/default/static/ticket.css	Tue Mar 26 18:34:12 2019 +0100
@@ -95,13 +95,11 @@
 }
 
 .view #wid_body {
-    white-space: pre-wrap;
     max-height: 500px;
     overflow: auto;
     resize: vertical;
     background-color: white;
     padding: 5px;
-    text-align: justify;
     border-color: #ddd;
     border-style: solid;
     border-width: 1px 0;