Happy Day!!
I have a form (Laserfiche Forms Professional Version 10.4.3.216) with a lot of calculations and would like to put the totals all on the same line. When I do the $ does not align with the values:
I'm using the threeperline css:
/* Displays three fields per line */
.ThreePerLine {display: inline-block; width: 33%;}
.ThreePerLine .cf-small {width:100%;}
It doesn't matter how long or short the label is either...
They align fine when not using the .ThreePerLine...
Thanks for any ideas to try :)