From d11453591101ae0b121e817ac141156e976da774 Mon Sep 17 00:00:00 2001 From: 0x1793d1 <2362128+0x1793d1@users.noreply.github.com> Date: Fri, 25 Jan 2019 10:00:26 +0100 Subject: [PATCH] Fix #tables margin (#326) --- designs/pepa-linha/adminer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/pepa-linha/adminer.css b/designs/pepa-linha/adminer.css index 54420579..5bfd06dc 100644 --- a/designs/pepa-linha/adminer.css +++ b/designs/pepa-linha/adminer.css @@ -336,7 +336,7 @@ p code + a:visited:hover { #tables { max-height: 100%; - margin: 0 -15px !important; + margin: 32px -15px !important; position: absolute; left: 15px; right: 15px;