From f4cf0fe23b0f4e117994a13781424d2ccdf7a34d Mon Sep 17 00:00:00 2001 From: Sakthi002 Date: Mon, 25 Jan 2021 10:12:08 +0530 Subject: [PATCH] Bootstrap4 :: Issues fixed --- resources/views/_partials/breadcrumbs.blade.php | 2 +- .../themes/default1/agent/helpdesk/ticket/timeline.blade.php | 2 +- .../views/themes/default1/agent/helpdesk/user/show.blade.php | 2 ++ resources/views/themes/default1/client/layout/client.blade.php | 2 +- resources/views/vendor/Chumper/template.blade.php | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/views/_partials/breadcrumbs.blade.php b/resources/views/_partials/breadcrumbs.blade.php index 37e6aa8f5..fc0dc9161 100644 --- a/resources/views/_partials/breadcrumbs.blade.php +++ b/resources/views/_partials/breadcrumbs.blade.php @@ -5,7 +5,7 @@ @if (!$breadcrumb->last) @else - + @endif @endforeach diff --git a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php index 28c9eee4e..aadd81a87 100644 --- a/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/ticket/timeline.blade.php @@ -245,7 +245,7 @@ if ($thread->title != "") { -
+
diff --git a/resources/views/themes/default1/agent/helpdesk/user/show.blade.php b/resources/views/themes/default1/agent/helpdesk/user/show.blade.php index df62281ac..abb6acfb4 100644 --- a/resources/views/themes/default1/agent/helpdesk/user/show.blade.php +++ b/resources/views/themes/default1/agent/helpdesk/user/show.blade.php @@ -41,6 +41,8 @@ class="nav-link active" .tooltip1:hover .tooltiptext { visibility: visible; } + +.dataTables_wrapper table { display:block !important; } @stop diff --git a/resources/views/themes/default1/client/layout/client.blade.php b/resources/views/themes/default1/client/layout/client.blade.php index b85c36457..9e72c85ef 100644 --- a/resources/views/themes/default1/client/layout/client.blade.php +++ b/resources/views/themes/default1/client/layout/client.blade.php @@ -298,7 +298,7 @@
- + diff --git a/resources/views/vendor/Chumper/template.blade.php b/resources/views/vendor/Chumper/template.blade.php index 137e99d06..4aaa153fe 100644 --- a/resources/views/vendor/Chumper/template.blade.php +++ b/resources/views/vendor/Chumper/template.blade.php @@ -1,4 +1,4 @@ -
+
@for ($i = 0; $i < count($columns); $i++)