asked on December 6, 2023

Hi all!
 

we have a landscape form which takes data from an excel file, which in turn updates a database and then displays the information so that the appropriate staff can adjust the Special discounts, RRP, Discounts etc.

Columns such as Product description should however be much larger as it distinguishes between multiple products of same make and brand however of different amount (50ml, 1 box, 12 pack, etc.) for example. 

 

The issue is that before, it was working fine and the product description was large and readable, but about a month ago, it just went to the default size like the rest of the columns.

 

Below is the CSS I'm using. I got the example from other threads on Laserfiche Answers.

.TableS input{width: 1920px;}
.size1 label {width:30px; font-size:8px !important;}
.size2 label {width:80px; font-size:8px !important;}
.size3 label {width:30px; font-size:8px !important;}
.size4 label {width:30px; font-size:8px !important;}
.size5 label {width:30px; font-size:8px !important;}
.size6 label {width:30px; font-size:8px !important;}
.size7 label {width:30px; font-size:8px !important;}
.size8 label {width:30px; font-size:8px !important;}
.size9 label {width:30px; font-size:8px !important;}
.size10 label {width:30px; font-size:8px !important;}
.size11 label {width:30px; font-size:8px !important;}
.size12 label {width:30px; font-size:8px !important;}
.size13 label {width:30px; font-size:8px !important;}
.size14 label {width:30px; font-size:8px !important;}
.size15 label {width:30px; font-size:8px !important;}
.size16 label {width:30px; font-size:8px !important;}
.size17 label {width:30px; font-size:8px !important;}
.size18 label {width:30px; font-size:8px !important;}
.size19 label {width:30px; font-size:8px !important;}
#2796 input {width:30px; font-size:8px !important;}
#2798 input {width:80px; font-size:8px !important;}
#2799 input {width:30px; font-size:8px !important;}
#2800 input {width:30px; font-size:8px !important;}
#2806 input {width:30px; font-size:8px !important;}
#2802 input {width:30px; font-size:8px !important;}
#2803 input {width:30px; font-size:8px !important;}
#2807 input {width:30px; font-size:8px !important;}
#2808 input {width:30px; font-size:8px !important;}
#2809 input {width:30px; font-size:8px !important;}
#2810 input {width:30px; font-size:8px !important;}
#2811 input {width:30px; font-size:8px !important;}
#2813 input {width:30px; font-size:8px !important;}
#2812 input {width:30px; font-size:8px !important;}
#2886 input {width:30px; font-size:8px !important;}
#2887 input {width:30px; font-size:8px !important;}
#2814 input {width:30px; font-size:8px !important;}
#3020 input {width:30px;font-size:8px !important;}
#3021 input {width:30px;font-size:8px !important;}
#2815 input {width:1920px;font-size:8px !important;}

.size10 being the css class

#2815 being the variable id

Much grateful to have your expert opinions and advice on this issue.

i've also tried to do same form in classic but same issue over there as well. Laserfiche Version 11.

 

Thank you.

0 0