Justify alignment of text in input field

Hello,

I’m facing some problems in terms of lay-out of exports. My text is justified between the page’s margings. However, I have some input fields where free text can be entered. On export, this text is left-aligned. I don’t find any solution but this makes the lay-out of my exports very unsettling.

I’d like to hear what’s possible in this case!

KR,
Jonas

Hi Jonas and welcome to the Silverfin Developer Community! :wave:

Not sure what the current code of your template looks like, but if you structure the content in an HTML table, you can add classes to cells that will make whatever’s in them justified (or aligned any way you prefer).
You can read more about alignment in HTML tables here.
And if you need some tips on how to transform a markdown table into HTML, you can also check out this case.

Apart from using HTML tables, it’s not possible to make text justified in Silverfin. Though it may look like text is justified in export sometimes, that’s actually just spacing because of long words that are being forced onto a new line.

Kind regards,
Romy