Answers for "bootstrap table different for mobile or desktop"

2

bootstrap make table compact

table-sm
To reduce the cell padding on your tables add a class .table-sm to your Bootstrap table. 
Example below

<table class="table table-sm">
Posted by: Guest on November-02-2021

Code answers related to "bootstrap table different for mobile or desktop"

Browse Popular Code Answers by Language