mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
love: Fix div overflow (#1338)
thought I tested this :( too many local branches....
This commit is contained in:
parent
e3d7220c0b
commit
e1e88aa8b2
@ -49,6 +49,8 @@ class HuiGlanceCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
.entity div {
|
.entity div {
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user