We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
Hi,
Can you please specify the version you're using, is it the latest 0.5.6?
On 0.5.6, which is used by sourcejs.com both sorting by date and alph is working:
https://sourcejs.com/docs/#sort=date
Sorry, something went wrong.
Appears to be a CSS issue, the overlapping div can be seen here: Adding: float:left to .source_col__23 resolves the issue.
float:left
.source_col__23
What's strange is that sourcejs.com does not do this, although it shares the exact same css.
![snip_20160213160750](https://cloud.githubusercontent.com/assets/4234669/13026231/01ce4c68-d26c-11e5-8a70-dbe2009d5828.png
I can now confirm the offending css is: .source_login which has a height of 40px. Setting this to display: none, or height:0 also resolves the issue.
.source_login
Oh, now I follow the problem. Will investigate this and mark as bug. PR to 0.6.0-devcould greatly help speed up the process.
0.6.0-dev
Could you please also show the source code of your overridden header template?
No branches or pull requests
eg:
#sort=alph
#sort=date
The text was updated successfully, but these errors were encountered: