mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Fix wrapping of add subentry buttons (#25925)
This commit is contained in:
parent
2dee45b465
commit
34112e7446
@ -954,6 +954,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
}
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
.section {
|
||||
|
Loading…
x
Reference in New Issue
Block a user