PDF 2.0 - Field Label position for List component

Greetings Tada team-

I’d like to move the field label and field value for list components in the PDF 2.0 to one line. Similar to what @Chem described in this posting:

I am at a loss since the PDF 2.0 css is a bit different.

Any help would be appreciated!
Adam

The thing with PDF 2.0 is also that you cannot analyse the CSS through inspection like with webpages. Therefore, it requires an extensive manual. I also have a question posted about using fonts on PDF 2.0.
I hope tadabase catches up on this requirement for more information.

It’s not listed in the docs but you can use:

.t-pdf-list-label{
float:left;
}

It’s not perfect, as it doesn’t really line up that great but some tweaking may help here.
image

1 Like