Skip to content
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

Open
alpha-qu opened this issue Jun 24, 2017 · 6 comments
Open

How to leave blank space between widgets #98

alpha-qu opened this issue Jun 24, 2017 · 6 comments

Comments

@alpha-qu
Copy link

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 :)

@gottfrois
Copy link
Owner

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.

@alpha-qu
Copy link
Author

It doesn't happen in the sinatra version. It leaves blank space if configured like.

@gottfrois
Copy link
Owner

ah, that's probably means i need to update the JS from the sinatra repo

@alpha-qu
Copy link
Author

Can I do it myself?
Should I append js from sinatra version into application.js?

@gottfrois
Copy link
Owner

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

@alpha-qu
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants