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

Question

Question

Laserfiche Forms Tables

asked on February 26

Hi Everyone,

 

i want the input in table to be in one line see Attached image.

the numbers 12 is in line 1and number 3 always move down to line 2 when i save it to repository .

it is a single line and not a multi line.

made the the table with the following css:

.cf-table th, .cf-table th.col0, .cf-table td {width:100%;background-color: #c9c9c9;text-align: right !important;}
.cf-table td {padding: 0px!important;border: 1px solid Black;}
.cf-table .cf-field {padding: 0px!important;width:Auto!important;} 
.cf-table input {width:100% !important;text-align:right;table-layout:fixed;}

 

the text-align:right;table-layout:fixed; was my attempt to fix the issue no luck so far.

 

Table.JPG
Table.JPG (38.76 KB)
0 0

Replies

replied on February 27

I'm not clear on what the issue is here. Is it that the text within the td is wrapping? You might try:

.cf-table td { text-wrap: nowrap; }

 

1 0
replied on March 1

hi Kevin, i want the 123 numbers to be in single, your Suggestion worked some how but had a new issue, the text moved out of the field.

Capture.JPG
Capture.JPG (22.08 KB)
0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.