taarifa / TaarifaTraders

Charter for Cross-Border Trade in Goods and Services
http://crossbordertrade.org
Other
3 stars 1 forks source link

Table not responsive #1

Closed fayazv closed 8 years ago

fayazv commented 9 years ago

Bootstrap Table not responsive. Having used the below code for html page.

<div class="table-responsive">
    <table class="table">
      ...
    </table>
</div>

References: Bootstrap Responsive Tables

fayazv commented 8 years ago

Add style:

<div class="table-responsive" style="overflow: scroll !important;">