Fix wrapping of add subentry buttons (#25925)

This commit is contained in:
Paulus Schoutsen 2025-06-26 03:41:10 -04:00 committed by Bram Kragten
parent 47aea824aa
commit 0b488e1ffd

View File

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