diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-16 23:39:27 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-04 07:53:36 +0200 |
commit | f0d3b633f04c9afa2237b1dad83ad8240da68b38 (patch) | |
tree | 7cd518fd6bf7efe3495687a8f11c0c93a304d253 /application/views/file/fragments/uploads_table.php | |
parent | 96c5d844c03ed31ca02b26d0da591c03269e82ee (diff) |
Fix display issues with new bootstrap
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file/fragments/uploads_table.php')
-rw-r--r-- | application/views/file/fragments/uploads_table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/fragments/uploads_table.php b/application/views/file/fragments/uploads_table.php index 6673f22a3..a03dc9376 100644 --- a/application/views/file/fragments/uploads_table.php +++ b/application/views/file/fragments/uploads_table.php @@ -1,4 +1,4 @@ -<div class="table-responsive container-wide"> +<div class="table-responsive container-fluid"> <p>Non-previewable file(s):</p> <table class="table table-striped tablesorter"> <thead> |