Job configuration page layout and JS issue in Chrome
Closed this issue · 3 comments
alexandis commented
Here's how the page looks like here:
The error while trying to parse dates is:
vue:6 TypeError: Cannot read property 'length' of null
at wn.eval (eval at Ya (vue:6), :3:3901)
at wn.e._render (vue:6)
at wn.r (vue:6)
at fn.get (vue:6)
at new fn (vue:6)
at vue:6
at wn.$mount (vue:6)
at wn.$mount (vue:6)
at wn.t._init (vue:6)
at new wn (vue:6)
cocoon commented
Caused by this:
#app {
position: relative !important;
left: -229px !important;
}
marcoCasamento commented
I've got the same problem and it seems that the fix can solve it
LucasBLs commented
I also have the same problem.