mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Love: Fix entity_pic in glance card (#1334)
This commit is contained in:
parent
d225105e58
commit
bda2d42994
@ -43,13 +43,12 @@ class HuiGlanceCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
||||
padding: 0 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
margin-bottom: 12px;
|
||||
width: 20%;
|
||||
}
|
||||
.entity div, .entity state-badge {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
.entity div {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
Loading…
x
Reference in New Issue
Block a user