Fixed date related issue

This commit is contained in:
Deepak Singh Gusain 2022-02-10 16:25:01 +05:30
parent 8fb29e4cdc
commit 3d86db36bd
3 changed files with 14 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=94da304c8b02ad3ba649",
"/css/admin.css": "/css/admin.css?id=16744efa5e8848504030"
"/css/admin.css": "/css/admin.css?id=7d53e398647656589aae"
}

View File

@ -317,4 +317,16 @@ $toggleColor: #3c41ff;
padding-right: 0 !important;
}
}
.control-group {
&.date,
&.datetime {
&::after {
margin-right: -34px;
right: 100% !important;
}
}
}
}