@@ -19,6 +19,7 @@
height: 38px;
border-radius: 50%;
overflow: hidden;
+ flex-shrink: inherit;
}
.txt,
@@ -31,6 +32,10 @@
span {
padding-left: 12px;
+ max-width: 140px;
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;