mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Add max width to integration cards (#5600)
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user