mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-27 04:52:56 +00:00
Fix wrapping of add subentry buttons (#25925)
This commit is contained in:
committed by
Bram Kragten
parent
47aea824aa
commit
0b488e1ffd
@@ -954,6 +954,7 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
||||
}
|
||||
.actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
}
|
||||
.section {
|
||||
|
||||
Reference in New Issue
Block a user