-
Notifications
You must be signed in to change notification settings - Fork 439
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
Reflow Table #181
base: develop
Are you sure you want to change the base?
Reflow Table #181
Conversation
@@ -1,4 +1,4 @@ | |||
@charset "UTF-8"; | |||
@charset "CP850"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello,
why ???
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, it's UTF-8 in the gumby.scss, compass compiles it like that.
Hey, This is really cool!! I've looked through the code and I really like what you've done. We are trying to keep the core of the framework to a minimum and build extra functionality into extensions hence parallax, responsive-images, shuffle etc repos. Perhaps you could offer this as a third party extension? If you can package it up your code into single scss and JS files along with a README.md and Bower installation, I will add a note referencing it in Gumby's ui.html. |
I will look into it. |
Finally had the time to do this. |
There is a problem with wide tables overflowing on small screen widths.
I took JQuery Mobile Table Reflow and turned it into a Gumby UI Module. Both Frameworks are released under the MIT License, so this shouldn’t be an issue.