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.
2 parents 008752c + e96f355 commit 934c29bCopy full SHA for 934c29b
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