I'm facing an issue where text doesn't break in a popup created with Vue.js and included in the header section. Oddly enough, the text breaks properly when the popup is included in the main screen, but not in the header. I even added a border around the <p> element containing the text, and the border displays correctly.
Check out the code sample here: https://codesandbox.io/s/cold-feather-3zi3d?file=/src/components/BasicModal.vue