Resources list: width = 100%
authorLoic Baron <loic.baron@lip6.fr>
Wed, 12 Mar 2014 15:49:20 +0000 (16:49 +0100)
committerLoic Baron <loic.baron@lip6.fr>
Wed, 12 Mar 2014 15:49:20 +0000 (16:49 +0100)
plugins/querytable/templates/querytable.html

index 902c55c..bc9cc03 100644 (file)
@@ -1,5 +1,5 @@
 <div id='main-{{ domid }}' class='querytable-spacer'>
-  <table class='table table-striped table-bordered dataTable' id='{{domid}}__table'>
+  <table class='table table-striped table-bordered dataTable' id='{{domid}}__table' width='100%'>
     <thead>
       <tr>
         {% for column in columns %} <th>{{ column }}</th> {% endfor %}