How to Increase the Width of COMBO Boxes on the Review or Validate Screens

Applies to: All versions of Ephesoft Transact

This page describes how to adjust the width of the COMBO field type value on the Review or Validate screens. This may be necessary if extracted values are too long to be read properly during validation. 

Important: This is a global change, and will impact all boxes on the UI.

Instructions

  1. Open the ReviewValidate.css file at [Ephesoft_Directory]\Application\css\ReviewValidate.css
  2. Locate the following properties:
.suggestionBox input {
height  : 22px ;
}

.suggestionBoxWidth {
width : 200px !important;
}
  1. Add the following property after the above: 
.suggestionBoxWidth,.suggestionBoxWidth > div  {
width : 300px !important;
}
  1. Save and close the file.