##// END OF EJS Templates
datagrids: don't expand over the site width.
marcink -
r3166:fff406e2 default
parent child Browse files
Show More
@@ -139,7 +139,7 b' table.dataTable {'
139 139 white-space: nowrap;
140 140 overflow: hidden;
141 141 text-overflow: ellipsis;
142 max-width: 450px;
142 max-width: 350px;
143 143 }
144 144 }
145 145
@@ -50,13 +50,13 b''
50 50 <!-- end box / title -->
51 51 <div class="table">
52 52 <div id="groups_list_wrap">
53 <table id="group_list_table" class="display"></table>
53 <table id="group_list_table" class="display" style="width: 100%"></table>
54 54 </div>
55 55 </div>
56 56
57 57 <div class="table">
58 58 <div id="repos_list_wrap">
59 <table id="repo_list_table" class="display"></table>
59 <table id="repo_list_table" class="display" style="width: 100%"></table>
60 60 </div>
61 61 </div>
62 62
General Comments 0
You need to be logged in to leave comments. Login now