Tweaked Enquiry comments view. Whitespace is preserved now with whitespace:pre-line directive.
This commit is contained in:
parent
f756105112
commit
b1ca8b4524
|
|
@ -77,6 +77,9 @@ class DocumentsController extends AppController {
|
|||
$this->data['Document']['type'] = 'quote';
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
if ($this->Document->saveAll($this->data)) {
|
||||
$newid = $this->Document->id;
|
||||
|
||||
|
|
|
|||
|
|
@ -1096,6 +1096,7 @@ span.enquiry-view-comments {
|
|||
font-size: 100%;
|
||||
text-align: left;
|
||||
line-height: 1;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue