-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to leave blank space between widgets #98
Comments
I suggest you look into the original dashing repo for such issue as dashing-rails is simply a port of dashing (sinatra) into rails. It shares the same JS files. |
It doesn't happen in the sinatra version. It leaves blank space if configured like. |
ah, that's probably means i need to update the JS from the sinatra repo |
Can I do it myself? |
you can fork and try yes, you just need to replace JS files with latest version. If i recall correctly there is one file that has some tweaks but git will tell you the diff |
I tried but ended up messing everything up. So restoring my app's version to previous one. I'll be grateful if you could tell me which code to replace with which one. |
Unable to leave blank space between widgets. If I specify the widgets as follows:
widget1 widget2 widget3 widget4
widget5 widget6
widget7 widget8 widget9 widget10
widget11 widget12 widget13 widget14
It will be automatically convert into this:
widget1 widget2 widget3 widget4
widget5 widget6 widget9 widget10
widget7 widget8 widget13 widget14
widget11 widget12
I mean to say that the widgets will get repositioned and push themselves so that no space is remaining in between. I don't want this feature. How to remove it?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: