Do <p> Elements have a fixed Width?

Dear builder-builders, is it possible that the HTML-element has a fixed width or something?

I’ve created a container definition that has the full width of 25 (for this app), but the html-element (a <p>-tag with <a href> in it) has a linebreak at about ~11

Do u need a <p> in here? That’s the reason why it breaks. Exchange the <p> with <span>.

In Apps, <p> elements have a defined width of 540px. This is done for consistency reasons.