Hello,
You can adjust this with some Css command, see
here
how to proceed to add custom css code.
In order to suggest you some solutions, because for this kind of display issue several possibilities can used :
1. Modify price font size (font-size : 1em, 0.7em, etc...)
2. Reduce width, of product names, or other some elements (width: 50%, 60%)
3. Use window with scroll bar for product names ( overflow: auto; white-space: nowrap;)
Of course, these solutions can be mixed together.
Hope this will give you idea to manage this.
Regards