Text in Essay text box cut in the response PDF export | XM Community
Skip to main content

Hi! I have a problem with the response PDF export.

In Data & Analysis, when I export a response in PDF, the Text Entry fields (Essay text box) do not fit into the page, so that the text is cut to the right (see screenshot).

I have some CSS styling on these kind of questions, which might be the cause:

/* Style the text-entry box */
.Skin .InputText,
.Skin .TextEntryBox {
border-radius: 16px !important;
color: var(--main-color-4) !important;
padding: 5px !important;
}

 I tried to add a width and margins, but no joy:

/* Style the text-entry box */
.Skin .InputText,
.Skin .TextEntryBox {
border-radius: 16px !important;
color: var(--main-color-4) !important;
padding: 5px !important;
margin-left: auto;
margin-right: auto;
width: 95%;
}

 

Ideas?

Be the first to reply!

Leave a Reply