CSS to allow empty spaces in all questions types

CSS to allow empty spaces in all questions types:

.ss-survey-text-question-text p br:last-child {
display: block;
}