We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de96a18 commit e96f355Copy full SHA for e96f355
core/src/main/resources/lib/layout/skeleton/skeleton.css
@@ -83,6 +83,10 @@ body:has(.jenkins-form-skeleton) {
83
section,
84
.jenkins-form-item,
85
#bottom-sticker {
86
- display: none !important;
+ visibility: hidden !important;
87
+ height: 0 !important;
88
+ overflow: hidden !important;
89
+ padding: 0 !important;
90
+ margin: 0 !important;
91
}
92
0 commit comments