Show More
@@ -139,7 +139,7 b' table.dataTable {' | |||||
139 | white-space: nowrap; |
|
139 | white-space: nowrap; | |
140 | overflow: hidden; |
|
140 | overflow: hidden; | |
141 | text-overflow: ellipsis; |
|
141 | text-overflow: ellipsis; | |
142 |
max-width: |
|
142 | max-width: 350px; | |
143 | } |
|
143 | } | |
144 | } |
|
144 | } | |
145 |
|
145 |
@@ -50,13 +50,13 b'' | |||||
50 | <!-- end box / title --> |
|
50 | <!-- end box / title --> | |
51 | <div class="table"> |
|
51 | <div class="table"> | |
52 | <div id="groups_list_wrap"> |
|
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 | </div> |
|
54 | </div> | |
55 | </div> |
|
55 | </div> | |
56 |
|
56 | |||
57 | <div class="table"> |
|
57 | <div class="table"> | |
58 | <div id="repos_list_wrap"> |
|
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 | </div> |
|
60 | </div> | |
61 | </div> |
|
61 | </div> | |
62 |
|
62 |
General Comments 0
You need to be logged in to leave comments.
Login now