Fix alignment of generic entity row (#5112)

This commit is contained in:
Bram Kragten 2020-03-09 13:55:30 +01:00 committed by GitHub
parent aba74f074a
commit 15aee6a66a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,11 +156,6 @@ class HuiGenericEntityRow extends LitElement {
overflow: hidden;
text-overflow: ellipsis;
}
:host([no-secondary]) .text-content,
:host([no-secondary]) ::slotted(.text-content) {
position: relative;
top: 2px;
}
.flex ::slotted(*) {
margin-left: 8px;
min-width: 0;