I’m wondering how to reduce the font size in fields so that my text doesn’t wrap mid word?
1 Like
This isn’t a font-size issue — the overflow happens because the component’s flex layout prevents the right column from wrapping when the left side becomes too wide. You can report it as a layout bug or use custom CSS (available on paid plans) to allow the text to wrap properly.
1 Like
