diff --git a/public/css/custom.css b/public/css/custom.css index 10e1d247d..82aa5d23d 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -717,6 +717,24 @@ table .align-items-center td span.badge { /*--------Text Pre Nowrap Finish--------*/ +/*--------Table Without toggle button--------*/ +.tr-py +{ + padding-top: 5px; + padding-bottom: 5px; +} +/*--------Table Without toggle button Finish--------*/ + + +/*--------Table No Records--------*/ +.nr-py +{ + padding-top: 5px; + padding-bottom: 5px; +} +/*--------Table No Records Finish--------*/ + + /*--------Modal Dialog Resizing--------*/ @media (min-width: 576px) { diff --git a/resources/views/banking/transactions/index.blade.php b/resources/views/banking/transactions/index.blade.php index 5997d2f1d..1dd9fc230 100644 --- a/resources/views/banking/transactions/index.blade.php +++ b/resources/views/banking/transactions/index.blade.php @@ -46,7 +46,7 @@
@foreach($transactions as $item) -