Merge pull request #6188 from jitendra-webkul/master

Issue #6161 fixed
This commit is contained in:
Jitendra Singh 2022-03-31 11:42:56 +05:30 committed by GitHub
commit 4d0b4876fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 3 deletions

View File

@ -1,6 +1,6 @@
APP_NAME=Bagisto
APP_ENV=local
APP_VERSION=1.4.1
APP_VERSION=1.4.2
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba57f77b9a4344",
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290bcca8fab930e",
"/js/components.js": "/js/components.js?id=13ebf112e40292178d2386143e9d75cd",
"/css/velocity.css": "/css/velocity.css?id=2176075c2608c92bc0e640d405bb852b",
"/css/velocity.css": "/css/velocity.css?id=7290c10f17cb95070a07ca5b052fd1c8",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",

View File

@ -131,6 +131,7 @@
grid-template-columns: auto auto;
column-gap: 10px;
align-items: end;
position: relative;
.filter-right {
justify-self: end;
@ -140,10 +141,27 @@
align-items: end;
.control-group {
margin-bottom: 10px;
.control {
margin-bottom: 0px;
}
}
.dropdown-list {
right: 0;
padding: 15px;
ul {
margin: 0;
padding: 0;
list-style: none;
}
.apply-filter {
width: 100%;
}
}
}
}
}