Settings->Entities: set width for "Status" (#23975)

* min-width for "Status"

* max-width for "Status"
This commit is contained in:
ildar170975 2025-02-14 11:17:58 +03:00 committed by GitHub
parent 02deeb4ce7
commit b16f82cedb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -355,6 +355,8 @@ export class HaConfigEntities extends SubscribeMixin(LitElement) {
showNarrow: true,
sortable: true,
filterable: true,
minWidth: "80px",
maxWidth: "80px",
template: (entry) =>
entry.unavailable ||
entry.disabled_by ||