diff --git a/adminer/static/default.css b/adminer/static/default.css index 3ecc8cb4..08fac8ad 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -25,6 +25,7 @@ pre { margin: 1em 0 0; } td pre { margin: 0; } pre, textarea { font: 100%/1.25 monospace; } pre.jush { background: #fff; } +pre code { display: block; } input, textarea { box-sizing: border-box; } input, select { vertical-align: middle; } input[type="radio"] { vertical-align: text-bottom; }