Merge pull request #5979 from jitendra-webkul/master

Fixed some ui issues in datagrid
This commit is contained in:
Jitendra Singh 2022-03-10 13:03:53 +05:30 committed by GitHub
commit 62e71eeec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=e41d6acd58824cc94d7a",
"/css/ui.css": "/css/ui.css?id=4f165bd311d67246ca2b"
"/css/ui.css": "/css/ui.css?id=e2aba6492905df892f66"
}

View File

@ -27,11 +27,9 @@
display: inline-block;
&.per-page {
.control-group {
label {
margin-top: 7px;
margin-bottom: 7px;
margin-right: 10px;
flex: auto;
}
@ -158,6 +156,11 @@
.filter-advance {
display: flex;
justify-content: space-between;
.datagrid-count {
margin-bottom: 10px;
display: inline-block;
}
}
.filter-tag {