Fixed Some bugs with custom fields

mauzao9

Well-known member
Heya there. There are some issues with custom fields, for me they happen since 1.1

There is a minor issue with the radio buttons custom field:
kjW7Rbo.png

As the line shows, the 2 radio buttons aren't aligned.

Also there is a more annoying bug with the checkbox custom field i have:
iTVsNQ2.png

It causes that if the sentence is big enough.

For me it happens in both Firefox and Chrome. It can be related, the Checkbox field is just next to the radio buttons field in the preferences page.
 
Last edited:
Browsers are really odd with columns.

So I'll start with the second one: it seems that FF has no way to avoid a column break within an element. There seems to be some implication that the page break option does this, but it doesn't appear to. However, using display: inline-block does seem to sort this.

This has some other side effects, which I have worked around, but it also seems to sort the margin thing mentioned at first. I still think the margin thing is a browser issue as it doesn't appear to be applying the margin to the top of the second column even though the <li> has it.
 
Top Bottom