asked on October 23, 2019 Show version history

Hello,

  I have a form that on submission keeps the border and background color for all fields.  That way, the final submission doesn't have floating values.  However, the input box is shrinking to the size of the input value on currency field types.  As you can see below, all other fields show their true field % except for the currency field type.  Any help on why this specific field type scales differently would be much appreciated.

 

Here is the CSS I'm using for the border, padding & background color:

 

.ro {border: 1px solid; padding: 2px; background-color: #e6e6e6;}

 

Before submission:

After submission:

 

0 0