Skip to main content
I have the Description (renamed Comments) field as a column in my output document, but it sometimes adds a line break above the text which makes it look weird. Any idea why it's doing this and how to stop it? Thanks! 

 

CPQ description adding line break in output document
7 answers
  1. Dec 6, 2018, 5:14 AM
    Hi Nathan,

     

    We ran into a similar issue with one of our fields. In our case, the text field was a rich text field. When looking at the field content using the developer console, the text has paragrap tags around it. Like this:

     

    <p>Commment</p>

     

    In our situation it was field on a separate line of the table. We were able to resolve / workaround the issue by setting a negative value for the "Top Margin".

     

    Sven
0/9000