Fix quicksetting name overlapping with its controls.
Describe what this pull request is trying to achieve.
Closes #6449
Additional notes and description of your changes The problem itself is probably caused by other, more general css fixes, imho some of those tricks might be obsolete, this needs verifying. For now, just a cheap fix. Still a bit messy, checkboxes , sliders, text inputs are fine with any length, but some dropdowns are acting weird (hypernetworks), text continuing to the right in one line, tho its properties are exactly the same as on neighboring dropdown. Also i added some space between quicksettings, they were overlapping between each other too.
Environment this was tested in
- OS: Windows 10
- Browser: Chrome
- Graphics card: NVIDIA GTX 1060 6GB
Screenshots or videos of your changes
Before:
After:

This is required for anything that touches the user interface.