Price list addon has a problem with the width of the content in the class .pricelist-text-content instead of having the remaining width of the width given to the image, this is 100%, and it is that in the lines from 300 to 304 of site.php was taking the value of $settings->image_width when the object returns an empty string, and the actual values are in image_width_xs, image_width_sm, image_width_md, image_width_lg and image_width_xl.
Screenshot https://prnt.sc/GRuQrZl_gkw0
The same thing happens in the live editor, please fix it for the next version.