From acece346d9980b89987c5d9e929d5ca3a598a02e Mon Sep 17 00:00:00 2001 From: Niyko Date: Sat, 24 Oct 2020 02:37:54 +0530 Subject: [PATCH] Fixed filter misalignment issue --- adminer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/adminer.css b/adminer.css index 8b7ddf8..5ea857f 100644 --- a/adminer.css +++ b/adminer.css @@ -581,9 +581,10 @@ sup { #content #form fieldset:nth-of-type(1) { /* display: none */ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); - position: relative; + /* position: relative; */ top: 57px; padding: 7px 10px; + padding-bottom: 11px; } #content fieldset:nth-of-type(2).jsonly { float: right;