Add max width to integration cards (#5600)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user