-
Notifications
You must be signed in to change notification settings - Fork 31
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
Not clickable repos in mobile view fix #115
base: master
Are you sure you want to change the base?
Conversation
@shalithasuranga This issue causes due to the missing bootstrap classes. And adding them fixes this. And no need of changing display to table which is kind of not recommended in bootstrap. If you could add the following missing classes to all the places where it's missing, this would be solved.
|
@dinukadesilva Thanks for the idea. if we use Thanks |
That way it works I guess. But, I would prefer having defined all four classes. BTW there are few other places this has to be updated in |
Hi @dinukadesilva |
I'll let you decide whether it's |
Whats the status on this @dinukadesilva @shalithasuranga ? |
This closes #109
Explanation
Issue was the height was 0px due to inner floated elements. I just added
display : table