The CreatorCon Call for Content is officially open! Get started here.

Annotation make the spliting field become disproportionate in Service portal

CrysZzz
Tera Expert

Hi experts, I have a problem when using annotation and container split in Service Portal. The left one's annotation has two lines but the right is just one (See the image below).

CrysZzz_0-1696488796597.png

I need the help to make it same as this picture:

CrysZzz_1-1696489234082.png

Hope to be helped, thank you.

15 REPLIES 15

Hi, it is my mistake to add it as a text. However, this is not the thing I want, I have to make a space between the Question and Input Box instead of giving annotation one more line.

hitakshipatil
Tera Contributor

This is only the way by which  you could complete your requirement by using the br tag

.

how about config css for the input box? I'm not sure that it is available or not, but just an idea

Prashant Ahire
Kilo Sage

@CrysZzz,

There's one more solution from my side,

Please try to add one more variable at the position where you need the Line break.

Then add a client script and hide that variable. I have implemented this and it works

  g_form.setVisible('spaces'false);  // User new variable name
 
Help others to find a correct solution by marking the appropriate response as correct answer and helpful.

Hi Prashant, the position of space is in between question text and field box of 1 variables, so I don't think it can be inserted with another variable