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.