diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-21 18:36:14 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-21 18:36:14 +0100 |
commit | 0cca33b5fa802e863178530ce2df1cbd95f34d12 (patch) | |
tree | 564843bad74d558e75e40c7abb16713a57cdbce1 /ishtar_common | |
parent | 1fc15a96f6ce2b79d6e7e083684e424deaccadd2 (diff) | |
download | Ishtar-0cca33b5fa802e863178530ce2df1cbd95f34d12.tar.bz2 Ishtar-0cca33b5fa802e863178530ce2df1cbd95f34d12.zip |
Fix DataTable width for dynamic documents
Diffstat (limited to 'ishtar_common')
-rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index e10390915..96093403d 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -20,7 +20,7 @@ </div> <div id="grid_{{name}}_meta_wrapper"> - <table id='grid_{{name}}' class="display"> + <table id='grid_{{name}}' class="display" width="100%"> <thead> <tr> <th></th> |