mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +00:00
Fix alignment of generic entity row (#5112)
This commit is contained in:
parent
aba74f074a
commit
15aee6a66a
@ -156,11 +156,6 @@ class HuiGenericEntityRow extends LitElement {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
:host([no-secondary]) .text-content,
|
|
||||||
:host([no-secondary]) ::slotted(.text-content) {
|
|
||||||
position: relative;
|
|
||||||
top: 2px;
|
|
||||||
}
|
|
||||||
.flex ::slotted(*) {
|
.flex ::slotted(*) {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user