Add bottom margin to update card (#10948)

This commit is contained in:
Joakim Sørensen 2021-12-16 21:33:46 +01:00 committed by GitHub
parent 6f9b2ee569
commit bfad1eb5ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@ class UpdateAvailableDashboard extends LitElement {
update-available-card {
margin: auto;
margin-top: 16px;
margin-bottom: 24px;
max-width: 600px;
}
`;