Add missing margin to protection mode alert in addon info panel. (#24490)

* Add missing margin to protection mode alert in addon info panel.

* Only apply on the top level

Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>

---------

Co-authored-by: Petar Petrov <MindFreeze@users.noreply.github.com>
This commit is contained in:
pisanvs 2025-03-10 03:29:17 -03:00 committed by GitHub
parent 5e9341bf4e
commit fee215fe96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1331,6 +1331,12 @@ class HassioAddonInfo extends LitElement {
ha-alert mwc-button { ha-alert mwc-button {
--mdc-theme-primary: var(--primary-text-color); --mdc-theme-primary: var(--primary-text-color);
} }
:host > ha-alert {
display: block;
margin-bottom: 16px;
}
a { a {
text-decoration: none; text-decoration: none;
} }