Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodehimanshu <himanshuagrawal1998@gmail.com>2017-08-04 10:20:21 +0300
committercodehimanshu <himanshuagrawal1998@gmail.com>2017-08-04 10:20:21 +0300
commit75d9386379239dbf0a808488dc6476ac7e2cc759 (patch)
tree4860d61b6b025809a541b96b40da7301e1d5d6c7 /db_central_columns.php
parente6c9ab9a13bbeded429672fc00420737b04782a6 (diff)
partial fix issue #12262
Signed-off-by: codehimanshu <himanshuagrawal1998@gmail.com>
Diffstat (limited to 'db_central_columns.php')
-rw-r--r--db_central_columns.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_central_columns.php b/db_central_columns.php
index ecb85ad310..cb97fc8b0a 100644
--- a/db_central_columns.php
+++ b/db_central_columns.php
@@ -129,7 +129,7 @@ $response->addHTML($deleteRowForm);
$table_struct = '<div id="tableslistcontainer">'
. '<form name="tableslistcontainer">'
. '<table id="table_columns" class="tablesorter" '
- . 'style="min-width:100%" class="data">';
+ . 'class="data">';
$response->addHTML($table_struct);
$tableheader = PMA_getCentralColumnsTableHeader(
'column_heading', __('Click to sort.'), 2