Make the progress bar not jump the dialog (#12212)

This commit is contained in:
Joakim Sørensen 2022-04-04 08:20:37 +02:00 committed by GitHub
parent 62f227da83
commit 2ade728bc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,6 +243,10 @@ class MoreInfoUpdate extends LitElement {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
} }
mwc-linear-progress {
margin-bottom: -10px;
margin-top: -10px;
}
`; `;
} }
} }