Hi. Users of my node-red dashboard webpage have different screen sizes. I configured layout for width 960px and it looks great until I open it with near 1900px, those groups that were one under another moved on the same line, the whole layout became a totally mess. I restricted max size for 1080 px, but on my screen it occupies only a half of a screen, leaving two areas on both sides empty.
What I want is to save group ordering that was on 1080px width for 1900px and more. I read the documentation http://stevesnoderedguide.com/node-red-dashboard and found that actually dashboard uses grid but also it uses special algorithm to place nodes. Is there a way to somehow change or modify that algorithm? Or maybe there is a more easy and obvious step