diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 15:37:28 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-15 15:37:28 +0100 |
commit | 2860761d7981ad6ea29ed1577de519283f5993f5 (patch) | |
tree | faeb4b51043afd3d557ab2f061cd1c91e2565608 /ctrack/organisations | |
parent | 21767adcdfd3da07c23266ca9f6a02f24fa034f4 (diff) |
more consistency work on tables
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> |