-
Notifications
You must be signed in to change notification settings - Fork 114
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
Fix Cut Off Label on Welcome Page #745
Conversation
What's the error in https://ci.eclipse.org/platform/job/eclipse.platform/job/PR-745/1/console and https://github.com/eclipse-platform/eclipse.platform/pull/745/checks?check_run_id=17824396581 |
Please rebase your change on top of master. It's based on too old platform repo state. |
@iloveeclipse: Can I merge this? |
If you explain what the patch is doing :-) |
This fixed the described bug in eclipse-platform/eclipse.platform.ui#1210.
Note the two "blank.gif" images. This caused the link to not be rendered correctly. With my change the html now looks like this.
And now it's rendered correctly. |
I've missed that. Where is the second one is coming from? |
From the line below by deletion. But it's needed. I tried to removed it. The code it quite hard to understand. So I just did the minimum needed steps to fix the bug. |
Thanks Matthias. |
Fixes: eclipse-platform/eclipse.platform.ui#1210