Merge pull request #7134 from papnoisanjeev/date-icon-shift-issue-with-error
Fixed Issue [#7133]
This commit is contained in:
commit
aad4ba93fd
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
/*!
|
||||
* Pusher JavaScript Library v7.4.0
|
||||
* Pusher JavaScript Library v7.5.0
|
||||
* https://pusher.com/
|
||||
*
|
||||
* Copyright 2020, Pusher
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
|
||||
/*!
|
||||
* Vue.js v2.7.13
|
||||
* Vue.js v2.7.14
|
||||
* (c) 2014-2022 Evan You
|
||||
* Released under the MIT License.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/admin.js": "/js/admin.js?id=7dc6328afc24d9a99959",
|
||||
"/css/admin.css": "/css/admin.css?id=eab25524d815ab938405"
|
||||
"/js/admin.js": "/js/admin.js?id=c523ce7636e9eae3dd05",
|
||||
"/css/admin.css": "/css/admin.css?id=295abc30d293848c6226"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -498,7 +498,7 @@ body {
|
|||
&.has-error {
|
||||
&.date {
|
||||
&::after {
|
||||
top: 47px;
|
||||
top: 47px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue