From 724aa277394fd4c517f540ef3edca7ecc527709b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 13 Jan 2021 18:43:33 +0300 Subject: [PATCH] apps search fixed.. --- public/css/custom.css | 2 +- resources/views/partials/modules/bar.blade.php | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 68c61605f..d3860658c 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -1444,7 +1444,7 @@ table .align-items-center td span.badge { } .apps-store-bar .el-input__inner { - padding-left: 20px !important; + padding-left: 30px !important; border: 0 !important; } diff --git a/resources/views/partials/modules/bar.blade.php b/resources/views/partials/modules/bar.blade.php index c5846a9df..c9be77f30 100644 --- a/resources/views/partials/modules/bar.blade.php +++ b/resources/views/partials/modules/bar.blade.php @@ -18,7 +18,9 @@
{!! Form::open(['route' => 'apps.search', 'role' => 'form', 'method' => 'GET', 'class' => 'm-0']) !!} - +
+ +
{!! Form::close() !!}