diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-08 11:26:11 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-10-08 11:26:11 +0100 |
commit | a1eb8dc469171a857a8805ed96831377dee723c6 (patch) | |
tree | 7e238ec3717f44354df691c2490209697cf49bf5 | |
parent | 9a8b7b6beb95b42609fa2fd07415837ca064e4e1 (diff) |
made table bigger
-rw-r--r-- | ctrack/caf/templates/caf/applicablesystem_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/caf/templates/caf/applicablesystem_detail.html b/ctrack/caf/templates/caf/applicablesystem_detail.html index 44257cd..8d1e193 100644 --- a/ctrack/caf/templates/caf/applicablesystem_detail.html +++ b/ctrack/caf/templates/caf/applicablesystem_detail.html @@ -36,7 +36,7 @@ <div class="row"> <div class="col-sm-12 pl-0 my-2"> <p>Relevant CAF[s]</p> - <table class="table table-sm"> + <table class="table table-striped"> <thead> <tr> <th>CAF</th> |