UX: prevent scrollbars on initial panel load (#8456)

This commit is contained in:
Joe 2019-12-04 11:40:59 +08:00 committed by GitHub
parent 226fc07a17
commit 5e134400e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@
.none {
padding-top: 5px;
}
.spinner-container.visible {
min-height: 30px;
.spinner-container {
min-height: 2em;
}
.spinner {
width: 20px;