love: Fix div overflow (#1338)

thought I tested this :( too many local branches....
This commit is contained in:
c727 2018-06-26 16:52:01 +02:00 committed by Paulus Schoutsen
parent e3d7220c0b
commit e1e88aa8b2

View File

@ -49,6 +49,8 @@ class HuiGlanceCard extends LocalizeMixin(EventsMixin(PolymerElement)) {
width: 20%;
}
.entity div {
width: 100%;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;