Question:
Why are textboxes displaying differently in Internet Explorer and Chrome?
Answer:
When viewing pages, such as a verdict in Internet Explorer, only a small section of the textbox is viewable at a time. It appears with a scroll bar to the right due to the way Java runs within IE.
Example Textbox in Chrome:

Example Textbox in Internet Explorer:

Chrome and Firefox both get around this issue by having Java built-into the code. They display the entire text box making it easier to see more of the area where information is entered. The number of characters in all of the textboxes is the same size. They are displayed in a different way.
Related Documentation:
N/A