From: Inge Brattaas Date: Fri, 15 Mar 2019 22:02:23 +0000 (+0100) Subject: Keep font size in all tables. X-Git-Tag: v4.7.2~11 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=d846eac97ec28a28d5a8c66cf3db53de9c6b8279;p=adminer.git Keep font size in all tables. Prevent CSS rule "table { font-size: 90% }" from making nested tables unreadable. --- diff --git a/plugins/json-column.php b/plugins/json-column.php index 71fb2059..7b97c946 100644 --- a/plugins/json-column.php +++ b/plugins/json-column.php @@ -16,7 +16,7 @@ class AdminerJsonColumn { } private function _buildTable($json) { - echo ''; + echo '
'; foreach ($json as $key => $val) { echo ''; echo '';
' . h($key) . '