Just set the p element's max-width to min-content like this:
max-width
min-content
p { max-width: min-content; }