Merge pull request #6232 from jitendra-webkul/master

Issue #5772 fixed
This commit is contained in:
Jitendra Singh 2022-04-05 14:32:48 +05:30 committed by GitHub
commit db5916f7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=1dddbb0d655216b79be5",
"/css/admin.css": "/css/admin.css?id=e2f2c3ed8cc1f33c8d60"
"/css/admin.css": "/css/admin.css?id=d35081df99f6ce2df4ff"
}

View File

@ -348,6 +348,8 @@ body {
.arrow-icon {
display: inline-block;
position: absolute;
right: 0;
}
}
@ -363,6 +365,10 @@ body {
a {
padding-left: 56px;
font-size: 14px;
.menu-label {
width: auto;
}
}
}
}