I'm not sure yet about the CSS I removed from deckoptions-base.scss, will have to check after #1202 is merged.I could wrap these up into their own respective components, let's say SpinBoxRow, CheckBoxRow, etc., as to avoid boilerplate. Of course this creates a lot of verbose code like this: Making it obvious, that these are individual components, and can stand on their own. I factored out HelpPopup, the label handling, and RevertButton from the individual components.I rewrote the layout using Bootstrap Grid system (which uses CSS Flexbox, not CSS Grid, despite its name) with its.Have components dynamically adapt to wider viewports.(?) Should look better on wider viewports.Some points which should be improved by this: This is a WIP about refactoring the deckoptions.