Is there a way to stop the field label from wrapping to the next line in the middle of the line (without accessing code which will be overridden by any DTRegister upgrades)? This takes up a lot of white space and looks confusing when followed by options, as part of the label will appear in front of the first option, and part in front of the second option.
The only way to force a set size to the label column is in the css file here:
/components/com_dtregister/assets/css/main.css
Modify the width for ".dtlabel".
Now, when you upgrade, yes, this will be lost. However, as stated in the upgrade instructions... backup any modified CSS/language files... then after the upgrade, simply reload your previously modified CSS file or copy and re-apply the changes to the new file. Thanks.