moov-io / ach

ACH implements a reader, writer, and validator for Automated Clearing House (ACH) files. The HTTP server is available in a Docker image and the Go package is available.
https://moov-io.github.io/ach/
Apache License 2.0
457 stars 151 forks source link

Better wrap text output in textarea for webui #1336

Closed nickyost closed 10 months ago

nickyost commented 10 months ago

Enable better wrapping for the output textarea to ensure no auto-wrapping occurs, which makes the "human readable" output much harder to read without copy/pasting the text into another editor

adamdecaf commented 10 months ago

Thanks for the fix!