From 2717333789444b98fb35ffc12372b596c917492e Mon Sep 17 00:00:00 2001 From: Roy-Orbison Date: Thu, 10 Jun 2021 15:58:52 +0930 Subject: [PATCH] misaligned inputs Signed-off-by: Roy-Orbison --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/static/default.css b/adminer/static/default.css index e79e426f..b5904778 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -23,7 +23,7 @@ code { background: #eee; } tbody tr:hover td, tbody tr:hover th { background: #eee; } pre { margin: 1em 0 0; } pre, textarea { font: 100%/1.25 monospace; } -input { vertical-align: middle; } +input, select { vertical-align: middle; } input.default { box-shadow: 1px 1px 1px #777; } input.required { box-shadow: 1px 1px 1px red; } input.maxlength { box-shadow: 1px 1px 1px red; }