inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Make stats-box responsive for project pages #41

Closed jnbt closed 9 years ago

jnbt commented 9 years ago

At the moment the table.stats-box on the project page isn't responsive and breaks the layout on smaller devices. This PR wraps the box into a .table-responsive as other tables are already handled.

Before: img_0282

After: img_0283

jnbt commented 9 years ago

This PR fails on Travis as access_tokens.yml cannot be decrypted.

Perhaps some tests should be skipped for PRs: http://docs.travis-ci.com/user/pull-requests/#Security-Restrictions-when-testing-Pull-Requests

rrrene commented 9 years ago

Nicely done. Thanks!