Mercurial > libervia-templates
comparison sat_templates/templates/default/static/ticket.css @ 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 | 6c251da9a4f3 |
children | 131fd1eeb132 |
comparison
equal
deleted
inserted
replaced
180:a144243841c7 | 181:679cad989280 |
---|---|
93 .view #wid_severity span.value_major::after { | 93 .view #wid_severity span.value_major::after { |
94 content: '⚠ '; | 94 content: '⚠ '; |
95 } | 95 } |
96 | 96 |
97 .view #wid_body { | 97 .view #wid_body { |
98 white-space: pre-wrap; | |
99 max-height: 500px; | 98 max-height: 500px; |
100 overflow: auto; | 99 overflow: auto; |
101 resize: vertical; | 100 resize: vertical; |
102 background-color: white; | 101 background-color: white; |
103 padding: 5px; | 102 padding: 5px; |
104 text-align: justify; | |
105 border-color: #ddd; | 103 border-color: #ddd; |
106 border-style: solid; | 104 border-style: solid; |
107 border-width: 1px 0; | 105 border-width: 1px 0; |
108 grid-column-start: 1; | 106 grid-column-start: 1; |
109 grid-column-end: 3; | 107 grid-column-end: 3; |