-
Notifications
You must be signed in to change notification settings - Fork 0
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
Demos now grow up to 600px to fit content #5
Conversation
Demo with now grow up to 600px when the content changes
I don't think this is going to work for when the content changes size
…Sent from my iPhone
On Apr 13, 2017, at 11:02 AM, Austin Kurpuis ***@***.***> wrote:
Fixes issue #4 and some whitespace inconsistency in the file.
You can view, comment on, or merge this pull request online at:
#5
Commit Summary
Auto scale demos
Removed unused variable
File Changes
M .gitignore (1)
M demo_frame.js (87)
Patch Links:
https://github.com/bit-docs/bit-docs-tag-demo/pull/5.patch
https://github.com/bit-docs/bit-docs-tag-demo/pull/5.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ignoring Also, it would help with review if you made sweeping whitespace changes in a different commit. Eventually we will have some hinting/linting that will fix everything up anyways (differently), so usually I avoid reformatting a file's whitespace unless completely rewriting that file's functionality. Once #9 is merged you shouldn't be blocked on writing tests for this. |
Is this something that needs to be merged? Lmk if you need help merging since this now has conflicting changes because of a PR I just merged. |
@leoj3n I honestly don't remember exactly what is going on with this. I think @justinbmeyer wanted a test for this but I think at the time this was implimented we were waiting for changes in |
Oh yeah, I think running the test suite with Zombie was broken and I had resolved that in my test suite PR, so you were kind of waiting for that to be merged and available to write tests on top of. |
Closed in favor of #13 |
Fixes issue #4 and some whitespace inconsistency in the file.