-
Notifications
You must be signed in to change notification settings - Fork 192
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
"GitHub view" text rendering problem on issues list page #1155
Comments
(There's some talk of moving that keyboard hint to the side-bar w/ labels: #1104 (comment)) |
@miketaylr Thanks! Oh yeah, I see the discussion about that. Wasn't seeing a mockup with a side-bar in that thread, but tracked down #545 (comment) that links to a mockup. It seems like those changes are pretty involved and may take some time to settle, so perhaps it makes sense to fix this in the current layout for now (I'm guessing that's what you have in mind). |
Thanks @magsout. It only manifests on the issue list page. Since you're not seeing it, and based on the background color of your screenshot, I think perhaps you're looking at the single issue page? The |
Ah yes, here https://webcompat.com/issues my bad.. So you're right ;) |
@magsout Cool, we're on the same page :) |
@magsout would it be ok for you, if I fix this? :) |
@zoepage 👍 |
On both the issues list and issue pages there's a paragraph at the bottom:
On the list page it renders without proper spacing between the words, like:
That's in Firefox 48 / Chrome 51 Win 7.
It's a result of the
display: flex
styling (looks like that was introduced in #901). One solution would be to apply margin to the GitHub View link. However, perhaps it's better to just remove thedisplay: flex
? The paragraph at the bottom of the issue template doesn't have it -- it's just the defaultdisplay: block
. It seems like the paragraph at the bottom of the issue list template with that andtext-align: right
would be fine, but is there some reason it's important for that to have flex layout?The text was updated successfully, but these errors were encountered: