1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

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

View File

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