diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/organisations/templates/organisations/person_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/person_list.html b/ctrack/organisations/templates/organisations/person_list.html index 54861ea..24faa59 100644 --- a/ctrack/organisations/templates/organisations/person_list.html +++ b/ctrack/organisations/templates/organisations/person_list.html @@ -22,7 +22,7 @@ <h3>People</h3> <span><a href="#">[Create new...]</a></span> <div class="row justify-content-center"> <div class="col-md-12 my-2"> - <table id="datatable" class="table table-bordered"> + <table id="datatable" class="table table-bordered" style="width: 100%"> <thead> <tr> <th>Person</th> |