WordPress elements in the_excerpt

I am coding a theme and using https://wordpress.org/themes/blankslate/ as foundation. I searched the Web and tried various trim methods but can not getting it the way it supposed to be.

The issue is that when there is a break the_excerpt is stripping it. If I use a paragraph for each Sentence the excerpt is showing correctly but when I keep the linebreaks in one paragraph the_excerpt is putting theme without whitespace behind each other which breaks mobile design since the sentences get too long…
Example:
enter image description here
Results in the Page:
enter image description here
But shows in the_excerpt:
enter image description here
When each Sentence is going in its own paragraph the excerpt is showing correct but the page is not looking like it’s intended. How can I get the excerpt replacing the break element with &nbsp?