mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-75794] Fix CodeMirror component being hidden after skeleton loading
This commit is contained in:
parent
de96a18495
commit
e96f355e3b
|
@ -83,6 +83,10 @@ body:has(.jenkins-form-skeleton) {
|
|||
section,
|
||||
.jenkins-form-item,
|
||||
#bottom-sticker {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
height: 0 !important;
|
||||
overflow: hidden !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue