diff options
author | Jacob Hodgdon <jhodgdon@iol.unh.edu> | 2021-05-14 15:42:56 -0400 |
---|---|---|
committer | Jacob Hodgdon <jhodgdon@iol.unh.edu> | 2021-05-25 17:55:19 -0400 |
commit | 17b6c7809771ac8bf3879add033d2169f671591a (patch) | |
tree | 091074c3eda39d4d8899058c7b06e96428cf82d6 /src/templates/base/dashboard/table.html | |
parent | 8086a7aa9aa95d5af341b67cba85b1377a168b98 (diff) |
Color fixes for rebrandemail-beautification
Signed-off-by: Jacob Hodgdon <jhodgdon@iol.unh.edu>
Change-Id: I5cf4ede598afa377db7ecec17d8dfef085e130ac
Diffstat (limited to 'src/templates/base/dashboard/table.html')
-rw-r--r-- | src/templates/base/dashboard/table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/dashboard/table.html b/src/templates/base/dashboard/table.html index c55a011..bdc350e 100644 --- a/src/templates/base/dashboard/table.html +++ b/src/templates/base/dashboard/table.html @@ -16,7 +16,7 @@ <div class="row"> <div class="col-lg-12"> <div class="dataTables_wrapper table-responsive mw-100"> - <table class="table table-striped table-bordered table-hover" id="table" cellspacing="0" + <table class="table table-striped table-bordered table-hover Anuket-Text" id="table" cellspacing="0" width="100%"> {% block table %} {% endblock table %} |