@biggsy:
There seems to be a collision between the parameter title and the checkbox in the first image.
Maybe a wider space for the parameter title and less for the parameter would help.
many parameter areas do seem excessively wide.
This seems to happen only in one of several viewport sizes. I'll look at it later today.
@biggsy:
The numeric increment/decrement scroll seems to be a bit pointless.
Is anyone really going to scroll up/down rather than type most of the typical numbers?
Would the scroll even be usable on a mobile platform?
Either way, it does seem that it's not applied consistently.
This is a Bootstrap thing. When you make an input of type "number" the increment/decrement arrows automatically appear. In most cases they are not very useful, but the input validation provided is. They are not perfectly consistent because there are (mostly) numeric input fields that also need to accept text, and there it is not appropriate to use type = "number".
@biggsy:
This one has always made me wonder. Is it not just IP version 6, rather than TCP/IP?
Updated this morning via PR #1960
Thanks!