This question is basically reverse of Is there a way to wrap the toolbar buttons to the next row in TinyMCE if the width of the editor is too small?
I have a TinyMCE
Add this Jquery line at your javascript code:
$('[id^=tinyelement_toolbar]').css('display','inline-table')