Fixes an overflow bug: a card with more text than fits used to scroll no matter how big you resized it, because font size scaled at the same rate as card size. This adds a correction pass that shrinks text further on cards that would otherwise overflow, down to your minimum font size, with a Shrink to fit toggle in settings if you want the old behavior back.