From e4837a0564f29afc6bd713694375e65aed67508c Mon Sep 17 00:00:00 2001 From: kPherox Date: Thu, 25 Oct 2018 19:31:28 +0900 Subject: [PATCH] Wrap `table.nowrap` with `div[style="overflow-x: auto"]` --- adminer/create.inc.php | 2 ++ adminer/db.inc.php | 2 ++ adminer/include/adminer.inc.php | 2 ++ adminer/include/editing.inc.php | 3 ++- adminer/indexes.inc.php | 2 ++ adminer/procedure.inc.php | 2 ++ adminer/processlist.inc.php | 2 ++ adminer/select.inc.php | 2 ++ editor/db.inc.php | 2 ++ plugins/table-structure.php | 2 ++ 10 files changed, 20 insertions(+), 1 deletion(-) diff --git a/adminer/create.inc.php b/adminer/create.inc.php index 7d355ba0..29e9ce80 100644 --- a/adminer/create.inc.php +++ b/adminer/create.inc.php @@ -170,6 +170,7 @@ foreach ($engines as $engine) { +
+

: "> diff --git a/adminer/db.inc.php b/adminer/db.inc.php index b3e71b95..8c25010e 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -66,6 +66,7 @@ if ($adminer->homepage()) { } } $doc_link = doc_link(array('sql' => 'show-table-status.html')); + echo "

\n"; echo "\n"; echo script("mixin(qsl('table'), {onclick: tableClick, ondblclick: partialArg(tableClick, true)});"); echo ''; @@ -119,6 +120,7 @@ if ($adminer->homepage()) { } echo "
\n"; + echo "
\n"; if (!information_schema(DB)) { echo "