Not clickable repos in mobile view fix#115
Not clickable repos in mobile view fix#115shalithasuranga wants to merge 3 commits into99x:masterfrom shalithasuranga:mobilelayoutfix
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