Fix select box overflowing entities-row (#15105)

This commit is contained in:
karwosts 2023-01-16 01:35:38 -08:00 committed by GitHub
parent e206e86fb3
commit f09859ab40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ class HuiSelectEntityRow extends LitElement implements LovelaceRow {
}
ha-select {
width: 100%;
--ha-select-min-width: 0;
}
`;
}