Add max width to integration cards (#5600)

This commit is contained in:
Bram Kragten
2020-04-23 09:53:27 -04:00
committed by GitHub
parent fc20fd32f1
commit 1ef2d3c7f2
@@ -571,6 +571,7 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
margin-bottom: 64px; margin-bottom: 64px;
} }
ha-card { ha-card {
max-width: 500px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;