Fix wrapping of add subentry buttons (#25925)

This commit is contained in:
Paulus Schoutsen 2025-06-26 03:41:10 -04:00 committed by GitHub
parent 2dee45b465
commit 34112e7446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -954,6 +954,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
}
.actions {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.section {