Form alignment filed name and the content

Confluence User - 20 Mar, 2017

Currently I am relying on Joget to display the fields on the screen. However some of the fileds 'name and content are displayed too closely, such as the Instrument Name field below. The value "FX Forward" is aligned too close to the field name. Currently the field is set to read only. Is there any global setting to set the minimum distance between the field name and field value?

 

forms

2


20 Mar, 2017
confluenceUser
1
confluenceUser

Hi Herman Susilo

  1. You can change to another userview theme that gives more padding in the fields, or
  2. You can add the below CSS to your userview Settings>Custom CSS to increase the label padding.

       #form-canvas .label {
             padding-right: 38px;
       }

21 Mar, 2017
confluenceUser
confluenceUser

Thanks Matthew for the quick response. I have tried it quickly and it seems it is working, I just I need to work more to find the correct px value to apply, so that all felds in all forms display nicely.

Thanks.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print