I have a Settings page with custom fields. There aren't a lot of fields, but it has gotten to a point where I can't edit the fields. The UI is slow to render, if I make any changes it just breaks the settings.
So I created another fields Group. I now have a weird issue. I use Tabs to separate sets of fields.
The original fields have the columns set to 12 and labels appear above the inputs.
The new fields with columns set to 12, the label appears to the left. I have to set Columns to 11 or lower for the label to be above the input. Checking the DOM setting columns to 12 does not add the columns class.
Is this a bug, or is there something that I'm missing?