[JENKINS-75794] Fix CodeMirror component being hidden after skeleton loading

This commit is contained in:
Jan Faracik 2025-06-19 11:24:54 -04:00
parent de96a18495
commit e96f355e3b
1 changed files with 5 additions and 1 deletions

View File

@ -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;
}
}