From: Jakub Vrana Date: Tue, 4 Mar 2025 17:46:28 +0000 (+0100) Subject: Remove margin from td pre X-Git-Tag: v5.0.0~75 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=b9d6529442458744887f0e524ddf93564c333895;p=adminer.git Remove margin from td pre --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 54019bfe..24bf9a21 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -22,6 +22,7 @@ td img { max-width: 200px; max-height: 200px; } code { background: #eee; } tbody tr:hover td, tbody tr:hover th { background: #eee; } pre { margin: 1em 0 0; } +td pre { margin: 0; } pre, textarea { font: 100%/1.25 monospace; } pre.jush { background: #fff; } input, textarea { box-sizing: border-box; }