Skip to content

Commit e96f355

Browse files
committed
[JENKINS-75794] Fix CodeMirror component being hidden after skeleton loading
1 parent de96a18 commit e96f355

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/src/main/resources/lib/layout/skeleton/skeleton.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ body:has(.jenkins-form-skeleton) {
8383
section,
8484
.jenkins-form-item,
8585
#bottom-sticker {
86-
display: none !important;
86+
visibility: hidden !important;
87+
height: 0 !important;
88+
overflow: hidden !important;
89+
padding: 0 !important;
90+
margin: 0 !important;
8791
}
8892
}

0 commit comments

Comments
 (0)