UI Fix issue with browser status covering bottom portion of the side navs

This commit is contained in:
johnnyq
2023-09-18 17:12:06 -04:00
parent a0f46cc049
commit 2e12c3e9c1
5 changed files with 27 additions and 6 deletions

View File

@@ -326,6 +326,8 @@ if (isset($_GET['ticket_id'])) {
</div>
</div>
<?php if(!empty($contact_email)){ ?>
<div class="col-md-2">
<div class="form-group">
<div class="custom-control custom-checkbox">
@@ -335,6 +337,8 @@ if (isset($_GET['ticket_id'])) {
</div>
</div>
<?php } ?>
<div class="col-md-2">
<button type="submit" id="ticket_add_reply" name="add_ticket_reply" class="btn btn-primary text-bold"><i class="fas fa-check mr-2"></i>Respond</button>
</div>
@@ -476,7 +480,6 @@ if (isset($_GET['ticket_id'])) {
</div>
<!-- Client contact card -->
<div class="card card-body card-outline card-dark mb-3">
<div>
<h4 class="text-secondary">Contact</h4>
@@ -559,8 +562,8 @@ if (isset($_GET['ticket_id'])) {
<?php } ?>
</div>
</div>
<!-- End client contact card -->
<!-- Ticket watchers card -->
<?php