Recently the Checkbox component seems very fond of inserting line breaks very eagerly on desktop viewport widths. As so:
This should not happen of course. I’ve traced this down to a faulty css class being applied, namely:
.dcg-rich-text {white-space: pre-wrap;}
this class should be removed for desktop. could an Amplify engineer please have a look at this? It’s breaking a lot of things at the moment