Widening the display area while annotating to allow for full sentences not to be wrapped before return/newline

Hello,
On a 24" monitor Prodigy uses 8 inches of display and leaves 7 or so inches of wasted white space (on both sides) unused so it needlessly wraps sentences that don't need to be wrapped. This makes the document (contract) much more complicated to read.

Is there any way to widen the display area to eliminate some of this needless wrap, maybe eliminate it all?

Thanks!

hi @Bec!

Thanks for your question and welcome to the Prodigy community :wave:

Yes! You can modify the cardMaxWidth setting. Check out our Docs page that explains how to do it.

This will require you modify the configuration settings for Prodigy. If you're new to this, check out our Docs on configuration. There are a couple of ways to modify the config. If you want to modify your global config file, you can find the location by running:

python -m prodigy stats

Let us know if you have any other questions!

Thank you so much. This really helps!!