CSS to increase the character length in the header section:
.surveysparrow-survey-container--classic-form .ss_classic_top_bar .ss_classic_top_bar_section_details p {
display: none;
}
.surveysparrow-survey-container--classic-form .ss_classic_top_bar .ss_classic_top_bar_section_details h1::after {
content: attr(title);
}