diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 84ec322..3bb306c 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -6482,7 +6482,7 @@ ul.notification-drop { padding: 20px; vertical-align: middle; border-radius: 10px; - height: 200px; + height: auto; display: flex; flex-direction: column; justify-content: center; @@ -6650,3 +6650,11 @@ ul#user_notification { .notifications li.item { margin-bottom: 10px; } + +.chksb p { + text-align: left !important; +} + +.product .drop-page p { + text-align: left !important; +} \ No newline at end of file diff --git a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php index 6d24fc5..1240390 100644 --- a/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php +++ b/resources/views/Admin/Pages/manage_chat/manage_chat.blade.php @@ -109,7 +109,7 @@ // $(this).removeClass('active'); // }) } - }, 4000);. + }, 4000); setInterval(function() { userList(); diff --git a/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php b/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php index 14c9c22..a05ec4d 100644 --- a/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php +++ b/resources/views/Admin/Pages/manage_leads/edit-lead.blade.php @@ -1057,7 +1057,7 @@