$(document).ready(function () {
    $('select').selectbox();
    $('select').closest('.row').each(function () {
        $(this).height($(this).height()).css('overflow', 'visible')
    })
});

