From 5d754d58656c25ad214c032232b68ed22bc42423 Mon Sep 17 00:00:00 2001 From: sunny kushwaha Date: Thu, 24 Oct 2019 10:53:36 +0530 Subject: [PATCH] Bootstrap Updated --- src/scss/custom.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/scss/custom.scss b/src/scss/custom.scss index 9537354a..4f1640a5 100644 --- a/src/scss/custom.scss +++ b/src/scss/custom.scss @@ -1485,12 +1485,13 @@ table.jambo_table tbody tr.selected td { } .dataTables_length { - width: 40%; + width: auto; float: left; + margin-right: 20px; } .dataTables_filter { - width: 50%; + width: 59%; float: right; text-align: right; } @@ -4701,6 +4702,9 @@ ul.notifications { padding: 9px 0; border-top: 1px solid #E6E9ED; } +.form-inline{ + display: block; +} /** /PNotify **/