Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/entity/state-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ class StateInfo extends LitElement {
.name {
@apply --paper-font-common-nowrap;
Comment thread
spacegaier marked this conversation as resolved.
Outdated
color: var(--primary-text-color);
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
}

.name[in-dialog],
Expand Down