Add max width to integration cards (#5600)

This commit is contained in:
Bram Kragten 2020-04-23 15:53:27 +02:00 committed by GitHub
parent fc20fd32f1
commit 1ef2d3c7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -571,6 +571,7 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
margin-bottom: 64px;
}
ha-card {
max-width: 500px;
display: flex;
flex-direction: column;
justify-content: space-between;