You are viewing limited content. For full access, please sign in.

Question

Question

Assistance with setting the space between fields in a table

asked on April 3, 2024

Hello.  I am trying to get the space in between the fields in a table to be evenly spaced.  It appears that Drop Down fields have a larger "border" than Single Line fields.  I tried setting each field % in the Table settings, but that has had limited success.  Even then, the spaces are off from each other.

 

For example, the green checked spaces are ok, but even they are not precise.

The table in question is Q147.  I attempted to use CSS to test things.  It had limited success.  I did notice that the CSS code I used reversed the Hidden Rows effect Mathew helped me with.  So, though the rest of the Hidden rows remained Hidden, the row space they took was now obvious.  So, I had to scroll down the page to view the one row that was NOT hidden.

.MyTable td {
    padding: 120px!important;
  }

 

0 0

Answer

SELECTED ANSWER
replied on April 4, 2024

Hi Jay,  What you are seeing may be caused by the default field width that are normally applied to the fields when created. ie: Number is small, Single Line is Medium, etc.

What I have found that seems to work, is to set each fields width to X-large in the table (field options). Then when you apply the percentages the spacing is even across all of the fields. The only exception to this is the Date field where you may want to set it to just Large so the picker icon doesn't move below the field

 

1 0

Replies

replied on April 4, 2024

That was very helpful.  Thanks

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.