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 | 031a53a8bf4c9abc0958b9a2c8666a79d1f5fadf (patch) | |
tree | 564843bad74d558e75e40c7abb16713a57cdbce1 /ishtar_common | |
parent | ea6afa6183493eeb8691bf127f158fd024a3728c (diff) | |
download | Ishtar-031a53a8bf4c9abc0958b9a2c8666a79d1f5fadf.tar.bz2 Ishtar-031a53a8bf4c9abc0958b9a2c8666a79d1f5fadf.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> |