.user-info-field{
    width: 100%;
    min-width: 140px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.user-info-field .avatar{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-info-field .name{
    flex: 1;
    font-size: 14px;
    line-height: 36px;
}

