Find the sizing bugs in this generated profile row.
CSS
.profile {
display: flex;
width: 18rem;
}
.avatar {
width: 4rem;
}
.details {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.profile {
display: flex;
width: 18rem;
}
.avatar {
width: 4rem;
}
.details {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}