Fix color overlay in ha-alert content (#10674)

This commit is contained in:
Joakim Sørensen 2021-11-21 20:16:19 +01:00 committed by GitHub
parent 2e81f843ce
commit 3bcf225380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ class HaAlert extends LitElement {
justify-content: space-between;
align-items: center;
width: 100%;
z-index: 1;
}
.action {
width: min-content;