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

Question

Question

How can I get my upload titles in a table to not Save to Repository in long narrow strips.

asked on November 7, 2022

0 0

Answer

SELECTED ANSWER
replied on November 8, 2022

A quick change is to set the table layout value of the file table to auto instead of fixed.  CSS:

.files {table-layout: auto;}

 

It'll change this:

Into this:

That is running off the right side of the page, which is frustrating, but at least the values are readable and it is an easy change to implement.  Plus, it does work for the read-only/archival version of the form.

Before:

After:

 

0 0

Replies

replied on November 9, 2022 Show version history

Thanks, Matthew!  I have made the change and will monitor how it looks as they are saved into the repository.    UPDATE:  It is working!  Yea!

I wish I could make the space between the two columns disappear.  That would allow for more of the upload names to show.  Is there a way to force the Upload column to start closer to the notes field?

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

Sign in to reply to this post.