Fixed overflowing details fields in UserList

Этот коммит содержится в:
hmhealey
2016-02-26 11:16:43 -05:00
коммит произвёл Harrison Healey
родитель f7b04f0f27
Коммит f7c943e60a

Просмотреть файл

@@ -446,9 +446,20 @@
flex-shrink: 0;
}
.user-list-item__details {
flex-grow: 1;
flex-shrink: 1;
overflow:hidden;
text-overflow: ellipsis;
.more-name {
white-space: nowrap;
}
.more-description {
white-space: nowrap;
}
}
.user-list-item__actions {