-
Notifications
You must be signed in to change notification settings - Fork 468
*6924* Overflow on subsequent lines hidden for first column in grid #11
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
Conversation
|
Jason, there seems to be some kind of problem with your branch; the commit can't be automatically merged. Did you change branches or something? Is your repository up to date? |
|
Wtf. I've been using the same one, it did have weird problems this week though. I'm wondering if I should dump it and try again? It tells me everything is up to date. Suggestions? -----Original Message----- Jason, there seems to be some kind of problem with your branch; the commit can't be automatically merged. Did you change branches or something? Is your repository up to date? Reply to this email directly or view it on GitHub: |
|
Hard to tell from here; what does your "git status" say? What does it say when you run a "git push"? |
|
Git status says: On branch devYour branch is ahead of 'official/master' by 6 commits.nothing to commit (working directory clean) git push origin dev says: |
|
Maybe you need to pull upstream changes into your local repo from the official master? |
|
Should this pull request be merged/closed? |
|
Don't merge; I think Chris is currently looking into this one. |
|
Closed; this is outdated. |
*Cleaned all extraneous spaces from code.
This should address the overflow issue.
As long as the actual field doesn't exceed 200px (at that point the edit
sprite's background will show a gap.)
A failed routing issue to github yesterday caused some issues with pushing this commit.