A previous fix was attempted in #9 by removing the CSS 'white-space' property. This was not the correct solution. The documentation suggests that the correct setting for this property is 'break-space' (see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space for a definition).
A previous fix was attempted in #9 by removing the CSS 'white-space' property. This was not the correct solution. The documentation suggests that the correct setting for this property is 'break-space' (see https://developer.mozilla.org/en-US/docs/Web/CSS/white-space for a definition).