Can you help me with a print.css issue I'm experiencing?
I am currently working on my print stylesheet and I've encountered a challenge where I need to word wrap input fields to ensure all the text is displayed correctly.
Despite trying various combinations such as setting width to 100% and using properties like word-wrap, word-break, and white-space, I have been unsuccessful in achieving the desired outcome.
Below is an example of how my form appears:
https://i.sstatic.net/xAZsU.png
The input field contains the following lengthy text: "this is a very long ass name that it will never be"
Unfortunately, due to constraints, I cannot adjust the width of the form or fields. Additionally, shortening the "payee name" label is not an option.
If you have any suggestions or solutions to this problem, your assistance would be greatly appreciated!