Fix Raise ticket under client portal another regression when we moved to TinyMCE. Expanded Document view to container width

This commit is contained in:
johnnyq
2023-05-10 11:50:55 -04:00
parent cf0205ba21
commit 8b89ba31db
3 changed files with 7 additions and 15 deletions

View File

@@ -57,20 +57,12 @@ $document_content = $purifier->purify($row['document_content']);
</div>
<br>
<div class="row">
<div class="col-md-10">
<div class="card">
<div class="card-body">
<h3><?php echo $document_name; ?></h3>
<?php echo $document_content; ?>
</div>
</div>
<div class="card">
<div class="card-body">
<h3><?php echo $document_name; ?></h3>
<?php echo $document_content; ?>
</div>
</div>